Html Css Color HEX #366863 Genoa

📋 copy color: '#366863'

red 54 ◦ green 104 ◦ blue 99

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

Shades of Genoa #366863

Tints of Genoa #366863

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.47%

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

R = 21.01%
G = 40.47%
B = 38.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#366863 (or 0x366863) is known color: Genoa. HEX triplet: 36, 68 and 63. RGB value is (54,104,99). Sum of RGB (Red+Green+Blue) = 54+104+99=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 104 - color contains mainly: green. Hex color #366863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366863 is #C9979C. Grayscale: #585858. Windows color (decimal): -13211549 or 6514742. OLE color: 6514742.

HSL color Cylindrical-coordinate representation of color #366863: hue angle of 174º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #366863 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 104 99 -
CMYK 0.48 0 0.05 0.59
HSL 174º 0.32% 0.31% -
HSV(B) 174º 0.48% 0.41% -
XYZ 8.72 11.59 13.58 -
YUV 88.48 133.94 103.41 -
System Red Green Blue C M Y K H S L
Decimal 54 104 99 0.48 0 0.05 0.59 174 0.32 0.31
Hex 36 68 63 30 0 5 3B AE 20 1F
Octal 66 150 143 60 0 5 73 256 40 37
Binary 110110 1101000 1100011 110000 0 101 111011 10101110 100000 11111

Color Harmonies of #366863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366863

Black with #366863

Text Example


Text Example

White with #366863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366863; }

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

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

background-color css

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

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

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

border-color css

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

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

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