Html Css Color HEX #366F64 Genoa

📋 copy color: '#366F64'

red 54 ◦ green 111 ◦ blue 100

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

Shades of Genoa #366F64

Tints of Genoa #366F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.74%

R = 20.38%
G = 41.89%
B = 37.74%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#366F64 (or 0x366F64) is known color: Genoa. HEX triplet: 36, 6F and 64. RGB value is (54,111,100). Sum of RGB (Red+Green+Blue) = 54+111+100=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 111 - color contains mainly: green. Hex color #366F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366F64 is #C9909B. Grayscale: #5C5C5C. Windows color (decimal): -13209756 or 6582070. OLE color: 6582070.

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

Color convert

RGB 54 111 100 -
CMYK 0.51 0 0.10 0.56
HSL 168.42º 0.35% 0.32% -
HSV(B) 168.42º 0.51% 0.44% -
XYZ 9.51 13.07 14.08 -
YUV 92.7 132.12 100.39 -
System Red Green Blue C M Y K H S L
Decimal 54 111 100 0.51 0 0.10 0.56 168.42 0.35 0.32
Hex 36 6F 64 33 0 A 38 A8 23 20
Octal 66 157 144 63 0 12 70 250 43 40
Binary 110110 1101111 1100100 110011 0 1010 111000 10101000 100011 100000

Color Harmonies of #366F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366F64

Black with #366F64

Text Example


Text Example

White with #366F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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