Html Css Color HEX #36706D Genoa

📋 copy color: '#36706D'

red 54 ◦ green 112 ◦ blue 109

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

Shades of Genoa #36706D

Tints of Genoa #36706D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.64%

R = 19.64%
G = 40.73%
B = 39.64%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#36706D (or 0x36706D) is known color: Genoa. HEX triplet: 36, 70 and 6D. RGB value is (54,112,109). Sum of RGB (Red+Green+Blue) = 54+112+109=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 112 - color contains mainly: green. Hex color #36706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36706D is #C98F92. Grayscale: #5E5E5E. Windows color (decimal): -13209491 or 7172150. OLE color: 7172150.

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

Color convert

RGB 54 112 109 -
CMYK 0.52 0 0.03 0.56
HSL 176.9º 0.35% 0.33% -
HSV(B) 176.9º 0.52% 0.44% -
XYZ 10.08 13.48 16.54 -
YUV 94.32 136.28 99.24 -
System Red Green Blue C M Y K H S L
Decimal 54 112 109 0.52 0 0.03 0.56 176.9 0.35 0.33
Hex 36 70 6D 34 0 3 38 B1 23 21
Octal 66 160 155 64 0 3 70 261 43 41
Binary 110110 1110000 1101101 110100 0 11 111000 10110001 100011 100001

Color Harmonies of #36706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36706D

Black with #36706D

Text Example


Text Example

White with #36706D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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