Html Css Color HEX #36726C Genoa

📋 copy color: '#36726C'

red 54 ◦ green 114 ◦ blue 108

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

Shades of Genoa #36726C

Tints of Genoa #36726C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.3%

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

R = 19.57%
G = 41.3%
B = 39.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#36726C (or 0x36726C) is known color: Genoa. HEX triplet: 36, 72 and 6C. RGB value is (54,114,108). Sum of RGB (Red+Green+Blue) = 54+114+108=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 114 - color contains mainly: green. Hex color #36726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36726C is #C98D93. Grayscale: #5F5F5F. Windows color (decimal): -13208980 or 7107126. OLE color: 7107126.

HSL color Cylindrical-coordinate representation of color #36726C: hue angle of 174º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #36726C is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 114 108 -
CMYK 0.53 0 0.05 0.55
HSL 174º 0.36% 0.33% -
HSV(B) 174º 0.53% 0.45% -
XYZ 10.25 13.9 16.33 -
YUV 95.38 135.12 98.49 -
System Red Green Blue C M Y K H S L
Decimal 54 114 108 0.53 0 0.05 0.55 174 0.36 0.33
Hex 36 72 6C 35 0 5 37 AE 24 21
Octal 66 162 154 65 0 5 67 256 44 41
Binary 110110 1110010 1101100 110101 0 101 110111 10101110 100100 100001

Color Harmonies of #36726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36726C

Black with #36726C

Text Example


Text Example

White with #36726C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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