Html Css Color HEX #336F61 Genoa

📋 copy color: '#336F61'

red 51 ◦ green 111 ◦ blue 97

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

Shades of Genoa #336F61

Tints of Genoa #336F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.45%

R = 19.69%
G = 42.86%
B = 37.45%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#336F61 (or 0x336F61) is known color: Genoa. HEX triplet: 33, 6F and 61. RGB value is (51,111,97). Sum of RGB (Red+Green+Blue) = 51+111+97=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 111 - color contains mainly: green. Hex color #336F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F61 is #CC909E. Grayscale: #5B5B5B. Windows color (decimal): -13406367 or 6385459. OLE color: 6385459.

HSL color Cylindrical-coordinate representation of color #336F61: hue angle of 166º 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 #336F61 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 111 97 -
CMYK 0.54 0 0.13 0.56
HSL 166º 0.37% 0.32% -
HSV(B) 166º 0.54% 0.44% -
XYZ 9.21 12.94 13.32 -
YUV 91.46 131.12 99.14 -
System Red Green Blue C M Y K H S L
Decimal 51 111 97 0.54 0 0.13 0.56 166 0.37 0.32
Hex 33 6F 61 36 0 D 38 A6 25 20
Octal 63 157 141 66 0 15 70 246 45 40
Binary 110011 1101111 1100001 110110 0 1101 111000 10100110 100101 100000

Color Harmonies of #336F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336F61

Black with #336F61

Text Example


Text Example

White with #336F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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