Html Css Color HEX #366862 Genoa

📋 copy color: '#366862'

red 54 ◦ green 104 ◦ blue 98

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

Shades of Genoa #366862

Tints of Genoa #366862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.28%

R = 21.09%
G = 40.63%
B = 38.28%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#366862 (or 0x366862) is known color: Genoa. HEX triplet: 36, 68 and 62. RGB value is (54,104,98). Sum of RGB (Red+Green+Blue) = 54+104+98=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 104 - color contains mainly: green. Hex color #366862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366862 is #C9979D. Grayscale: #585858. Windows color (decimal): -13211550 or 6449206. OLE color: 6449206.

HSL color Cylindrical-coordinate representation of color #366862: hue angle of 172.8º 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 #366862 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 104 98 -
CMYK 0.48 0 0.06 0.59
HSL 172.8º 0.32% 0.31% -
HSV(B) 172.8º 0.48% 0.41% -
XYZ 8.68 11.57 13.33 -
YUV 88.37 133.44 103.49 -
System Red Green Blue C M Y K H S L
Decimal 54 104 98 0.48 0 0.06 0.59 172.8 0.32 0.31
Hex 36 68 62 30 0 6 3B AD 20 1F
Octal 66 150 142 60 0 6 73 255 40 37
Binary 110110 1101000 1100010 110000 0 110 111011 10101101 100000 11111

Color Harmonies of #366862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366862

Black with #366862

Text Example


Text Example

White with #366862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366862; }

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

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

background-color css

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

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

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

border-color css

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

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

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