Html Css Color HEX #36756A Genoa

📋 copy color: '#36756A'

red 54 ◦ green 117 ◦ blue 106

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

Shades of Genoa #36756A

Tints of Genoa #36756A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.27%

R = 19.49%
G = 42.24%
B = 38.27%

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

#36756A (or 0x36756A) is known color: Genoa. HEX triplet: 36, 75 and 6A. RGB value is (54,117,106). Sum of RGB (Red+Green+Blue) = 54+117+106=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #36756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36756A is #C98A95. Grayscale: #606060. Windows color (decimal): -13208214 or 6976822. OLE color: 6976822.

HSL color Cylindrical-coordinate representation of color #36756A: hue angle of 169.52º 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 #36756A is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 117 106 -
CMYK 0.54 0 0.09 0.54
HSL 169.52º 0.37% 0.34% -
HSV(B) 169.52º 0.54% 0.46% -
XYZ 10.48 14.55 15.89 -
YUV 96.91 133.13 97.39 -
System Red Green Blue C M Y K H S L
Decimal 54 117 106 0.54 0 0.09 0.54 169.52 0.37 0.34
Hex 36 75 6A 36 0 9 36 AA 25 22
Octal 66 165 152 66 0 11 66 252 45 42
Binary 110110 1110101 1101010 110110 0 1001 110110 10101010 100101 100010

Color Harmonies of #36756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36756A

Black with #36756A

Text Example


Text Example

White with #36756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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