Html Css Color HEX #366A62 Genoa

📋 copy color: '#366A62'

red 54 ◦ green 106 ◦ blue 98

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

Shades of Genoa #366A62

Tints of Genoa #366A62

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.09%

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

R = 20.93%
G = 41.09%
B = 37.98%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#366A62 (or 0x366A62) is known color: Genoa. HEX triplet: 36, 6A and 62. RGB value is (54,106,98). Sum of RGB (Red+Green+Blue) = 54+106+98=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 106 (41.80% from 255 or 41.09% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 106 - color contains mainly: green. Hex color #366A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366A62 is #C9959D. Grayscale: #595959. Windows color (decimal): -13211038 or 6449718. OLE color: 6449718.

HSL color Cylindrical-coordinate representation of color #366A62: hue angle of 170.77º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #366A62 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 106 98 -
CMYK 0.49 0 0.08 0.58
HSL 170.77º 0.33% 0.31% -
HSV(B) 170.77º 0.49% 0.42% -
XYZ 8.88 11.97 13.4 -
YUV 89.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 54 106 98 0.49 0 0.08 0.58 170.77 0.33 0.31
Hex 36 6A 62 31 0 8 3A AB 20 1F
Octal 66 152 142 61 0 10 72 253 40 37
Binary 110110 1101010 1100010 110001 0 1000 111010 10101011 100000 11111

Color Harmonies of #366A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366A62

Black with #366A62

Text Example


Text Example

White with #366A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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