Html Css Color HEX #366D60 Genoa

📋 copy color: '#366D60'

red 54 ◦ green 109 ◦ blue 96

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

Shades of Genoa #366D60

Tints of Genoa #366D60

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.08%

 BLUE value IS 96 (37.89% from 255) = 37.07%

R = 20.85%
G = 42.08%
B = 37.07%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#366D60 (or 0x366D60) is known color: Genoa. HEX triplet: 36, 6D and 60. RGB value is (54,109,96). Sum of RGB (Red+Green+Blue) = 54+109+96=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 109 - color contains mainly: green. Hex color #366D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366D60 is #C9929F. Grayscale: #5B5B5B. Windows color (decimal): -13210272 or 6319414. OLE color: 6319414.

HSL color Cylindrical-coordinate representation of color #366D60: hue angle of 165.82º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #366D60 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 109 96 -
CMYK 0.50 0 0.12 0.57
HSL 165.82º 0.34% 0.32% -
HSV(B) 165.82º 0.5% 0.43% -
XYZ 9.1 12.57 13.01 -
YUV 91.07 130.78 101.56 -
System Red Green Blue C M Y K H S L
Decimal 54 109 96 0.50 0 0.12 0.57 165.82 0.34 0.32
Hex 36 6D 60 32 0 C 39 A6 22 20
Octal 66 155 140 62 0 14 71 246 42 40
Binary 110110 1101101 1100000 110010 0 1100 111001 10100110 100010 100000

Color Harmonies of #366D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366D60

Black with #366D60

Text Example


Text Example

White with #366D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366D60; }

 p { color: rgb(54,109,96); }

 H1.HeaderClassName
 {
   color: #366D60;
 }
 .AnyTagClassName
 {
   color: #366D60;
 }
</style>

background-color css

<style>
 a { background-color: #366D60; }

 a { background-color: rgb(54,109,96); }

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

border-color css

<style>
 span { border-color: #366D60; }

 span { border-color: rgb(54,109,96); }

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