Html Css Color HEX #367063 Genoa

📋 copy color: '#367063'

red 54 ◦ green 112 ◦ blue 99

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

Shades of Genoa #367063

Tints of Genoa #367063

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.26%

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

R = 20.38%
G = 42.26%
B = 37.36%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#367063 (or 0x367063) is known color: Genoa. HEX triplet: 36, 70 and 63. RGB value is (54,112,99). Sum of RGB (Red+Green+Blue) = 54+112+99=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #367063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367063 is #C98F9C. Grayscale: #5D5D5D. Windows color (decimal): -13209501 or 6516790. OLE color: 6516790.

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

Color convert

RGB 54 112 99 -
CMYK 0.52 0 0.12 0.56
HSL 166.55º 0.35% 0.33% -
HSV(B) 166.55º 0.52% 0.44% -
XYZ 9.57 13.27 13.86 -
YUV 93.18 131.28 100.06 -
System Red Green Blue C M Y K H S L
Decimal 54 112 99 0.52 0 0.12 0.56 166.55 0.35 0.33
Hex 36 70 63 34 0 C 38 A7 23 21
Octal 66 160 143 64 0 14 70 247 43 41
Binary 110110 1110000 1100011 110100 0 1100 111000 10100111 100011 100001

Color Harmonies of #367063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367063

Black with #367063

Text Example


Text Example

White with #367063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367063; }

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

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

background-color css

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

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

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

border-color css

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

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

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