Html Css Color HEX #396D6A Genoa

📋 copy color: '#396D6A'

red 57 ◦ green 109 ◦ blue 106

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

Shades of Genoa #396D6A

Tints of Genoa #396D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.97%

R = 20.96%
G = 40.07%
B = 38.97%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#396D6A (or 0x396D6A) is known color: Genoa. HEX triplet: 39, 6D and 6A. RGB value is (57,109,106). Sum of RGB (Red+Green+Blue) = 57+109+106=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 109 - color contains mainly: green. Hex color #396D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D6A is #C69295. Grayscale: #5D5D5D. Windows color (decimal): -13013654 or 6974777. OLE color: 6974777.

HSL color Cylindrical-coordinate representation of color #396D6A: hue angle of 176.54º 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 #396D6A is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 109 106 -
CMYK 0.48 0 0.03 0.57
HSL 176.54º 0.31% 0.33% -
HSV(B) 176.54º 0.48% 0.43% -
XYZ 9.76 12.85 15.6 -
YUV 93.11 135.27 102.24 -
System Red Green Blue C M Y K H S L
Decimal 57 109 106 0.48 0 0.03 0.57 176.54 0.31 0.33
Hex 39 6D 6A 30 0 3 39 B1 1F 21
Octal 71 155 152 60 0 3 71 261 37 41
Binary 111001 1101101 1101010 110000 0 11 111001 10110001 11111 100001

Color Harmonies of #396D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396D6A

Black with #396D6A

Text Example


Text Example

White with #396D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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