Html Css Color HEX #336F5E Genoa

📋 copy color: '#336F5E'

red 51 ◦ green 111 ◦ blue 94

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

Shades of Genoa #336F5E

Tints of Genoa #336F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.72%

R = 19.92%
G = 43.36%
B = 36.72%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#336F5E (or 0x336F5E) is known color: Genoa. HEX triplet: 33, 6F and 5E. RGB value is (51,111,94). Sum of RGB (Red+Green+Blue) = 51+111+94=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 111 - color contains mainly: green. Hex color #336F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F5E is #CC90A1. Grayscale: #5B5B5B. Windows color (decimal): -13406370 or 6188851. OLE color: 6188851.

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

Color convert

RGB 51 111 94 -
CMYK 0.54 0 0.15 0.56
HSL 163º 0.37% 0.32% -
HSV(B) 163º 0.54% 0.44% -
XYZ 9.07 12.88 12.6 -
YUV 91.12 129.62 99.38 -
System Red Green Blue C M Y K H S L
Decimal 51 111 94 0.54 0 0.15 0.56 163 0.37 0.32
Hex 33 6F 5E 36 0 F 38 A3 25 20
Octal 63 157 136 66 0 17 70 243 45 40
Binary 110011 1101111 1011110 110110 0 1111 111000 10100011 100101 100000

Color Harmonies of #336F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336F5E

Black with #336F5E

Text Example


Text Example

White with #336F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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