Html Css Color HEX #36756F Genoa

📋 copy color: '#36756F'

red 54 ◦ green 117 ◦ blue 111

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

Shades of Genoa #36756F

Tints of Genoa #36756F

RGB

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

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

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

R = 19.15%
G = 41.49%
B = 39.36%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#36756F (or 0x36756F) is known color: Genoa. HEX triplet: 36, 75 and 6F. RGB value is (54,117,111). Sum of RGB (Red+Green+Blue) = 54+117+111=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #36756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36756F is #C98A90. Grayscale: #616161. Windows color (decimal): -13208209 or 7304502. OLE color: 7304502.

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

Color convert

RGB 54 117 111 -
CMYK 0.54 0 0.05 0.54
HSL 174.29º 0.37% 0.34% -
HSV(B) 174.29º 0.54% 0.46% -
XYZ 10.75 14.65 17.3 -
YUV 97.48 135.63 96.99 -
System Red Green Blue C M Y K H S L
Decimal 54 117 111 0.54 0 0.05 0.54 174.29 0.37 0.34
Hex 36 75 6F 36 0 5 36 AE 25 22
Octal 66 165 157 66 0 5 66 256 45 42
Binary 110110 1110101 1101111 110110 0 101 110110 10101110 100101 100010

Color Harmonies of #36756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36756F

Black with #36756F

Text Example


Text Example

White with #36756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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