Html Css Color HEX #338674 Genoa

📋 copy color: '#338674'

red 51 ◦ green 134 ◦ blue 116

#338674
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Genoa #338674

Tints of Genoa #338674

RGB

 RED value IS 51 (20.31% from 255) = 16.94%

 GREEN value IS 134 (52.73% from 255) = 44.52%

 BLUE value IS 116 (45.7% from 255) = 38.54%

R = 16.94%
G = 44.52%
B = 38.54%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#338674 (or 0x338674) is known color: Genoa. HEX triplet: 33, 86 and 74. RGB value is (51,134,116). Sum of RGB (Red+Green+Blue) = 51+134+116=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #338674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338674 is #CC798B. Grayscale: #6B6B6B. Windows color (decimal): -13400460 or 7636531. OLE color: 7636531.

HSL color Cylindrical-coordinate representation of color #338674: hue angle of 166.99º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338674 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 134 116 -
CMYK 0.62 0 0.13 0.47
HSL 166.99º 0.45% 0.36% -
HSV(B) 166.99º 0.62% 0.53% -
XYZ 13.04 19.01 19.51 -
YUV 107.13 133 87.96 -
System Red Green Blue C M Y K H S L
Decimal 51 134 116 0.62 0 0.13 0.47 166.99 0.45 0.36
Hex 33 86 74 3E 0 D 2F A7 2D 24
Octal 63 206 164 76 0 15 57 247 55 44
Binary 110011 10000110 1110100 111110 0 1101 101111 10100111 101101 100100

Color Harmonies of #338674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338674

Black with #338674

Text Example


Text Example

White with #338674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338674; }

 p { color: rgb(51,134,116); }

 H1.HeaderClassName
 {
   color: #338674;
 }
 .AnyTagClassName
 {
   color: #338674;
 }
</style>

background-color css

<style>
 a { background-color: #338674; }

 a { background-color: rgb(51,134,116); }

 div.DivClassName
 {
   background-color: #338674;
 }
 .BgClassName
 {
   background-color: #338674;
 }
</style>

border-color css

<style>
 span { border-color: #338674; }

 span { border-color: rgb(51,134,116); }

 td.TdClassName
 {
   border-color: #338674;
 }
 .TagClassName
 {
   border-color: #338674;
 }
</style>