Html Css Color HEX #36756B Genoa

📋 copy color: '#36756B'

red 54 ◦ green 117 ◦ blue 107

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

Shades of Genoa #36756B

Tints of Genoa #36756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.09%

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

R = 19.42%
G = 42.09%
B = 38.49%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#36756B (or 0x36756B) is known color: Genoa. HEX triplet: 36, 75 and 6B. RGB value is (54,117,107). Sum of RGB (Red+Green+Blue) = 54+117+107=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 117 - color contains mainly: green. Hex color #36756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36756B is #C98A94. Grayscale: #616161. Windows color (decimal): -13208213 or 7042358. OLE color: 7042358.

HSL color Cylindrical-coordinate representation of color #36756B: hue angle of 170.48º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #36756B is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 117 107 -
CMYK 0.54 0 0.09 0.54
HSL 170.48º 0.37% 0.34% -
HSV(B) 170.48º 0.54% 0.46% -
XYZ 10.54 14.57 16.17 -
YUV 97.02 133.63 97.31 -
System Red Green Blue C M Y K H S L
Decimal 54 117 107 0.54 0 0.09 0.54 170.48 0.37 0.34
Hex 36 75 6B 36 0 9 36 AA 25 22
Octal 66 165 153 66 0 11 66 252 45 42
Binary 110110 1110101 1101011 110110 0 1001 110110 10101010 100101 100010

Color Harmonies of #36756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36756B

Black with #36756B

Text Example


Text Example

White with #36756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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