Html Css Color HEX #36736B Genoa

📋 copy color: '#36736B'

red 54 ◦ green 115 ◦ blue 107

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

Shades of Genoa #36736B

Tints of Genoa #36736B

RGB

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

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

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

R = 19.57%
G = 41.67%
B = 38.77%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#36736B (or 0x36736B) is known color: Genoa. HEX triplet: 36, 73 and 6B. RGB value is (54,115,107). Sum of RGB (Red+Green+Blue) = 54+115+107=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 115 - color contains mainly: green. Hex color #36736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36736B is #C98C94. Grayscale: #5F5F5F. Windows color (decimal): -13208725 or 7041846. OLE color: 7041846.

HSL color Cylindrical-coordinate representation of color #36736B: hue angle of 172.13º 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 #36736B is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 115 107 -
CMYK 0.53 0 0.07 0.55
HSL 172.13º 0.36% 0.33% -
HSV(B) 172.13º 0.53% 0.45% -
XYZ 10.31 14.11 16.09 -
YUV 95.85 134.29 98.15 -
System Red Green Blue C M Y K H S L
Decimal 54 115 107 0.53 0 0.07 0.55 172.13 0.36 0.33
Hex 36 73 6B 35 0 7 37 AC 24 21
Octal 66 163 153 65 0 7 67 254 44 41
Binary 110110 1110011 1101011 110101 0 111 110111 10101100 100100 100001

Color Harmonies of #36736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36736B

Black with #36736B

Text Example


Text Example

White with #36736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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