Html Css Color HEX #396D67 Genoa

📋 copy color: '#396D67'

red 57 ◦ green 109 ◦ blue 103

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

Shades of Genoa #396D67

Tints of Genoa #396D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.29%

R = 21.19%
G = 40.52%
B = 38.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#396D67 (or 0x396D67) is known color: Genoa. HEX triplet: 39, 6D and 67. RGB value is (57,109,103). Sum of RGB (Red+Green+Blue) = 57+109+103=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 109 - color contains mainly: green. Hex color #396D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D67 is #C69298. Grayscale: #5C5C5C. Windows color (decimal): -13013657 or 6778169. OLE color: 6778169.

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

Color convert

RGB 57 109 103 -
CMYK 0.48 0 0.06 0.57
HSL 173.08º 0.31% 0.33% -
HSV(B) 173.08º 0.48% 0.43% -
XYZ 9.6 12.79 14.79 -
YUV 92.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 57 109 103 0.48 0 0.06 0.57 173.08 0.31 0.33
Hex 39 6D 67 30 0 6 39 AD 1F 21
Octal 71 155 147 60 0 6 71 255 37 41
Binary 111001 1101101 1100111 110000 0 110 111001 10101101 11111 100001

Color Harmonies of #396D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396D67

Black with #396D67

Text Example


Text Example

White with #396D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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