Html Css Color HEX #36716C Genoa

📋 copy color: '#36716C'

red 54 ◦ green 113 ◦ blue 108

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

Shades of Genoa #36716C

Tints of Genoa #36716C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.09%

 BLUE value IS 108 (42.58% from 255) = 39.27%

R = 19.64%
G = 41.09%
B = 39.27%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#36716C (or 0x36716C) is known color: Genoa. HEX triplet: 36, 71 and 6C. RGB value is (54,113,108). Sum of RGB (Red+Green+Blue) = 54+113+108=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #36716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36716C is #C98E93. Grayscale: #5E5E5E. Windows color (decimal): -13209236 or 7106870. OLE color: 7106870.

HSL color Cylindrical-coordinate representation of color #36716C: hue angle of 174.92º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #36716C is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 113 108 -
CMYK 0.52 0 0.04 0.56
HSL 174.92º 0.35% 0.33% -
HSV(B) 174.92º 0.52% 0.44% -
XYZ 10.13 13.68 16.29 -
YUV 94.79 135.45 98.91 -
System Red Green Blue C M Y K H S L
Decimal 54 113 108 0.52 0 0.04 0.56 174.92 0.35 0.33
Hex 36 71 6C 34 0 4 38 AF 23 21
Octal 66 161 154 64 0 4 70 257 43 41
Binary 110110 1110001 1101100 110100 0 100 111000 10101111 100011 100001

Color Harmonies of #36716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36716C

Black with #36716C

Text Example


Text Example

White with #36716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36716C; }

 p { color: rgb(54,113,108); }

 H1.HeaderClassName
 {
   color: #36716C;
 }
 .AnyTagClassName
 {
   color: #36716C;
 }
</style>

background-color css

<style>
 a { background-color: #36716C; }

 a { background-color: rgb(54,113,108); }

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

border-color css

<style>
 span { border-color: #36716C; }

 span { border-color: rgb(54,113,108); }

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