Html Css Color HEX #396D63 Genoa

📋 copy color: '#396D63'

red 57 ◦ green 109 ◦ blue 99

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

Shades of Genoa #396D63

Tints of Genoa #396D63

RGB

 RED value IS 57 (22.66% from 255) = 21.51%

 GREEN value IS 109 (42.97% from 255) = 41.13%

 BLUE value IS 99 (39.06% from 255) = 37.36%

R = 21.51%
G = 41.13%
B = 37.36%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.57

RGB Variations

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

Color information

#396D63 (or 0x396D63) is known color: Genoa. HEX triplet: 39, 6D and 63. RGB value is (57,109,99). Sum of RGB (Red+Green+Blue) = 57+109+99=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 109 - color contains mainly: green. Hex color #396D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D63 is #C6929C. Grayscale: #5C5C5C. Windows color (decimal): -13013661 or 6516025. OLE color: 6516025.

HSL color Cylindrical-coordinate representation of color #396D63: hue angle of 168.46º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #396D63 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 109 99 -
CMYK 0.48 0 0.09 0.57
HSL 168.46º 0.31% 0.33% -
HSV(B) 168.46º 0.48% 0.43% -
XYZ 9.41 12.71 13.76 -
YUV 92.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 57 109 99 0.48 0 0.09 0.57 168.46 0.31 0.33
Hex 39 6D 63 30 0 9 39 A8 1F 21
Octal 71 155 143 60 0 11 71 250 37 41
Binary 111001 1101101 1100011 110000 0 1001 111001 10101000 11111 100001

Color Harmonies of #396D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396D63

Black with #396D63

Text Example


Text Example

White with #396D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396D63; }

 p { color: rgb(57,109,99); }

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

background-color css

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

 a { background-color: rgb(57,109,99); }

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

border-color css

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

 span { border-color: rgb(57,109,99); }

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