Html Css Color HEX #366F61 Genoa

📋 copy color: '#366F61'

red 54 ◦ green 111 ◦ blue 97

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

Shades of Genoa #366F61

Tints of Genoa #366F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.02%

R = 20.61%
G = 42.37%
B = 37.02%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#366F61 (or 0x366F61) is known color: Genoa. HEX triplet: 36, 6F and 61. RGB value is (54,111,97). Sum of RGB (Red+Green+Blue) = 54+111+97=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 111 - color contains mainly: green. Hex color #366F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366F61 is #C9909E. Grayscale: #5C5C5C. Windows color (decimal): -13209759 or 6385462. OLE color: 6385462.

HSL color Cylindrical-coordinate representation of color #366F61: hue angle of 165.26º 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 #366F61 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 111 97 -
CMYK 0.51 0 0.13 0.56
HSL 165.26º 0.35% 0.32% -
HSV(B) 165.26º 0.51% 0.44% -
XYZ 9.36 13.02 13.33 -
YUV 92.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 54 111 97 0.51 0 0.13 0.56 165.26 0.35 0.32
Hex 36 6F 61 33 0 D 38 A5 23 20
Octal 66 157 141 63 0 15 70 245 43 40
Binary 110110 1101111 1100001 110011 0 1101 111000 10100101 100011 100000

Color Harmonies of #366F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366F61

Black with #366F61

Text Example


Text Example

White with #366F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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