Html Css Color HEX #336F62 Genoa

📋 copy color: '#336F62'

red 51 ◦ green 111 ◦ blue 98

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

Shades of Genoa #336F62

Tints of Genoa #336F62

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.69%

 BLUE value IS 98 (38.67% from 255) = 37.69%

R = 19.62%
G = 42.69%
B = 37.69%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#336F62 (or 0x336F62) is known color: Genoa. HEX triplet: 33, 6F and 62. RGB value is (51,111,98). Sum of RGB (Red+Green+Blue) = 51+111+98=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 111 - color contains mainly: green. Hex color #336F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F62 is #CC909D. Grayscale: #5B5B5B. Windows color (decimal): -13406366 or 6450995. OLE color: 6450995.

HSL color Cylindrical-coordinate representation of color #336F62: hue angle of 167º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #336F62 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 111 98 -
CMYK 0.54 0 0.12 0.56
HSL 167º 0.37% 0.32% -
HSV(B) 167º 0.54% 0.44% -
XYZ 9.25 12.95 13.57 -
YUV 91.58 131.62 99.06 -
System Red Green Blue C M Y K H S L
Decimal 51 111 98 0.54 0 0.12 0.56 167 0.37 0.32
Hex 33 6F 62 36 0 C 38 A7 25 20
Octal 63 157 142 66 0 14 70 247 45 40
Binary 110011 1101111 1100010 110110 0 1100 111000 10100111 100101 100000

Color Harmonies of #336F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336F62

Black with #336F62

Text Example


Text Example

White with #336F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336F62; }

 p { color: rgb(51,111,98); }

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

background-color css

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

 a { background-color: rgb(51,111,98); }

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

border-color css

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

 span { border-color: rgb(51,111,98); }

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