Html Css Color HEX #36716B Genoa

📋 copy color: '#36716B'

red 54 ◦ green 113 ◦ blue 107

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

Shades of Genoa #36716B

Tints of Genoa #36716B

RGB

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

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

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

R = 19.71%
G = 41.24%
B = 39.05%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#36716B (or 0x36716B) is known color: Genoa. HEX triplet: 36, 71 and 6B. RGB value is (54,113,107). Sum of RGB (Red+Green+Blue) = 54+113+107=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 113 - color contains mainly: green. Hex color #36716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36716B is #C98E94. Grayscale: #5E5E5E. Windows color (decimal): -13209237 or 7041334. OLE color: 7041334.

HSL color Cylindrical-coordinate representation of color #36716B: hue angle of 173.9º 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 #36716B is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 113 107 -
CMYK 0.52 0 0.05 0.56
HSL 173.9º 0.35% 0.33% -
HSV(B) 173.9º 0.52% 0.44% -
XYZ 10.08 13.66 16.01 -
YUV 94.68 134.95 98.99 -
System Red Green Blue C M Y K H S L
Decimal 54 113 107 0.52 0 0.05 0.56 173.9 0.35 0.33
Hex 36 71 6B 34 0 5 38 AE 23 21
Octal 66 161 153 64 0 5 70 256 43 41
Binary 110110 1110001 1101011 110100 0 101 111000 10101110 100011 100001

Color Harmonies of #36716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36716B

Black with #36716B

Text Example


Text Example

White with #36716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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