Html Css Color HEX #36706E Genoa

📋 copy color: '#36706E'

red 54 ◦ green 112 ◦ blue 110

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

Shades of Genoa #36706E

Tints of Genoa #36706E

RGB

 RED value IS 54 (21.48% from 255) = 19.57%

 GREEN value IS 112 (44.14% from 255) = 40.58%

 BLUE value IS 110 (43.36% from 255) = 39.86%

R = 19.57%
G = 40.58%
B = 39.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#36706E (or 0x36706E) is known color: Genoa. HEX triplet: 36, 70 and 6E. RGB value is (54,112,110). Sum of RGB (Red+Green+Blue) = 54+112+110=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #36706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36706E is #C98F91. Grayscale: #5E5E5E. Windows color (decimal): -13209490 or 7237686. OLE color: 7237686.

HSL color Cylindrical-coordinate representation of color #36706E: hue angle of 177.93º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #36706E is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 112 110 -
CMYK 0.52 0 0.02 0.56
HSL 177.93º 0.35% 0.33% -
HSV(B) 177.93º 0.52% 0.44% -
XYZ 10.13 13.5 16.82 -
YUV 94.43 136.78 99.16 -
System Red Green Blue C M Y K H S L
Decimal 54 112 110 0.52 0 0.02 0.56 177.93 0.35 0.33
Hex 36 70 6E 34 0 2 38 B2 23 21
Octal 66 160 156 64 0 2 70 262 43 41
Binary 110110 1110000 1101110 110100 0 10 111000 10110010 100011 100001

Color Harmonies of #36706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36706E

Black with #36706E

Text Example


Text Example

White with #36706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36706E; }

 p { color: rgb(54,112,110); }

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

background-color css

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

 a { background-color: rgb(54,112,110); }

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

border-color css

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

 span { border-color: rgb(54,112,110); }

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