Html Css Color HEX #366F62 Genoa

📋 copy color: '#366F62'

red 54 ◦ green 111 ◦ blue 98

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

Shades of Genoa #366F62

Tints of Genoa #366F62

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.21%

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

R = 20.53%
G = 42.21%
B = 37.26%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#366F62 (or 0x366F62) is known color: Genoa. HEX triplet: 36, 6F and 62. RGB value is (54,111,98). Sum of RGB (Red+Green+Blue) = 54+111+98=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 111 - color contains mainly: green. Hex color #366F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366F62 is #C9909D. Grayscale: #5C5C5C. Windows color (decimal): -13209758 or 6450998. OLE color: 6450998.

HSL color Cylindrical-coordinate representation of color #366F62: hue angle of 166.32º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #366F62 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 111 98 -
CMYK 0.51 0 0.12 0.56
HSL 166.32º 0.35% 0.32% -
HSV(B) 166.32º 0.51% 0.44% -
XYZ 9.41 13.03 13.58 -
YUV 92.48 131.12 100.56 -
System Red Green Blue C M Y K H S L
Decimal 54 111 98 0.51 0 0.12 0.56 166.32 0.35 0.32
Hex 36 6F 62 33 0 C 38 A6 23 20
Octal 66 157 142 63 0 14 70 246 43 40
Binary 110110 1101111 1100010 110011 0 1100 111000 10100110 100011 100000

Color Harmonies of #366F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366F62

Black with #366F62

Text Example


Text Example

White with #366F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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