Html Css Color HEX #36756E Genoa

📋 copy color: '#36756E'

red 54 ◦ green 117 ◦ blue 110

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

Shades of Genoa #36756E

Tints of Genoa #36756E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.15%

R = 19.22%
G = 41.64%
B = 39.15%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#36756E (or 0x36756E) is known color: Genoa. HEX triplet: 36, 75 and 6E. RGB value is (54,117,110). Sum of RGB (Red+Green+Blue) = 54+117+110=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 117 - color contains mainly: green. Hex color #36756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36756E is #C98A91. Grayscale: #616161. Windows color (decimal): -13208210 or 7238966. OLE color: 7238966.

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

Color convert

RGB 54 117 110 -
CMYK 0.54 0 0.06 0.54
HSL 173.33º 0.37% 0.34% -
HSV(B) 173.33º 0.54% 0.46% -
XYZ 10.7 14.63 17.01 -
YUV 97.37 135.13 97.07 -
System Red Green Blue C M Y K H S L
Decimal 54 117 110 0.54 0 0.06 0.54 173.33 0.37 0.34
Hex 36 75 6E 36 0 6 36 AD 25 22
Octal 66 165 156 66 0 6 66 255 45 42
Binary 110110 1110101 1101110 110110 0 110 110110 10101101 100101 100010

Color Harmonies of #36756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36756E

Black with #36756E

Text Example


Text Example

White with #36756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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