Html Css Color HEX #366B63 Genoa

📋 copy color: '#366B63'

red 54 ◦ green 107 ◦ blue 99

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

Shades of Genoa #366B63

Tints of Genoa #366B63

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41.15%

 BLUE value IS 99 (39.06% from 255) = 38.08%

R = 20.77%
G = 41.15%
B = 38.08%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#366B63 (or 0x366B63) is known color: Genoa. HEX triplet: 36, 6B and 63. RGB value is (54,107,99). Sum of RGB (Red+Green+Blue) = 54+107+99=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 107 - color contains mainly: green. Hex color #366B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366B63 is #C9949C. Grayscale: #5A5A5A. Windows color (decimal): -13210781 or 6515510. OLE color: 6515510.

HSL color Cylindrical-coordinate representation of color #366B63: hue angle of 170.94º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #366B63 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 107 99 -
CMYK 0.50 0 0.07 0.58
HSL 170.94º 0.33% 0.32% -
HSV(B) 170.94º 0.5% 0.42% -
XYZ 9.03 12.2 13.68 -
YUV 90.24 132.94 102.15 -
System Red Green Blue C M Y K H S L
Decimal 54 107 99 0.50 0 0.07 0.58 170.94 0.33 0.32
Hex 36 6B 63 32 0 7 3A AB 21 20
Octal 66 153 143 62 0 7 72 253 41 40
Binary 110110 1101011 1100011 110010 0 111 111010 10101011 100001 100000

Color Harmonies of #366B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366B63

Black with #366B63

Text Example


Text Example

White with #366B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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