Html Css Color HEX #36706B Genoa

📋 copy color: '#36706B'

red 54 ◦ green 112 ◦ blue 107

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

Shades of Genoa #36706B

Tints of Genoa #36706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.19%

R = 19.78%
G = 41.03%
B = 39.19%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#36706B (or 0x36706B) is known color: Genoa. HEX triplet: 36, 70 and 6B. RGB value is (54,112,107). Sum of RGB (Red+Green+Blue) = 54+112+107=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #36706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36706B is #C98F94. Grayscale: #5E5E5E. Windows color (decimal): -13209493 or 7041078. OLE color: 7041078.

HSL color Cylindrical-coordinate representation of color #36706B: hue angle of 174.83º 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 #36706B is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 112 107 -
CMYK 0.52 0 0.04 0.56
HSL 174.83º 0.35% 0.33% -
HSV(B) 174.83º 0.52% 0.44% -
XYZ 9.97 13.43 15.98 -
YUV 94.09 135.28 99.41 -
System Red Green Blue C M Y K H S L
Decimal 54 112 107 0.52 0 0.04 0.56 174.83 0.35 0.33
Hex 36 70 6B 34 0 4 38 AF 23 21
Octal 66 160 153 64 0 4 70 257 43 41
Binary 110110 1110000 1101011 110100 0 100 111000 10101111 100011 100001

Color Harmonies of #36706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36706B

Black with #36706B

Text Example


Text Example

White with #36706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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