Html Css Color HEX #36736F Genoa

📋 copy color: '#36736F'

red 54 ◦ green 115 ◦ blue 111

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

Shades of Genoa #36736F

Tints of Genoa #36736F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.07%

 BLUE value IS 111 (43.75% from 255) = 39.64%

R = 19.29%
G = 41.07%
B = 39.64%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#36736F (or 0x36736F) is known color: Genoa. HEX triplet: 36, 73 and 6F. RGB value is (54,115,111). Sum of RGB (Red+Green+Blue) = 54+115+111=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 115 - color contains mainly: green. Hex color #36736F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36736F is #C98C90. Grayscale: #606060. Windows color (decimal): -13208721 or 7303990. OLE color: 7303990.

HSL color Cylindrical-coordinate representation of color #36736F: hue angle of 176.07º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #36736F is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 115 111 -
CMYK 0.53 0 0.03 0.55
HSL 176.07º 0.36% 0.33% -
HSV(B) 176.07º 0.53% 0.45% -
XYZ 10.52 14.19 17.22 -
YUV 96.31 136.29 97.83 -
System Red Green Blue C M Y K H S L
Decimal 54 115 111 0.53 0 0.03 0.55 176.07 0.36 0.33
Hex 36 73 6F 35 0 3 37 B0 24 21
Octal 66 163 157 65 0 3 67 260 44 41
Binary 110110 1110011 1101111 110101 0 11 110111 10110000 100100 100001

Color Harmonies of #36736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36736F

Black with #36736F

Text Example


Text Example

White with #36736F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36736F; }

 p { color: rgb(54,115,111); }

 H1.HeaderClassName
 {
   color: #36736F;
 }
 .AnyTagClassName
 {
   color: #36736F;
 }
</style>

background-color css

<style>
 a { background-color: #36736F; }

 a { background-color: rgb(54,115,111); }

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

border-color css

<style>
 span { border-color: #36736F; }

 span { border-color: rgb(54,115,111); }

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