Html Css Color HEX #396967 Genoa

📋 copy color: '#396967'

red 57 ◦ green 105 ◦ blue 103

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

Shades of Genoa #396967

Tints of Genoa #396967

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.62%

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

R = 21.51%
G = 39.62%
B = 38.87%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#396967 (or 0x396967) is known color: Genoa. HEX triplet: 39, 69 and 67. RGB value is (57,105,103). Sum of RGB (Red+Green+Blue) = 57+105+103=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 105 - color contains mainly: green. Hex color #396967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396967 is #C69698. Grayscale: #5A5A5A. Windows color (decimal): -13014681 or 6777145. OLE color: 6777145.

HSL color Cylindrical-coordinate representation of color #396967: hue angle of 177.5º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #396967 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 105 103 -
CMYK 0.46 0 0.02 0.59
HSL 177.5º 0.3% 0.32% -
HSV(B) 177.5º 0.46% 0.41% -
XYZ 9.19 11.95 14.65 -
YUV 90.42 135.1 104.16 -
System Red Green Blue C M Y K H S L
Decimal 57 105 103 0.46 0 0.02 0.59 177.5 0.3 0.32
Hex 39 69 67 2E 0 2 3B B2 1E 20
Octal 71 151 147 56 0 2 73 262 36 40
Binary 111001 1101001 1100111 101110 0 10 111011 10110010 11110 100000

Color Harmonies of #396967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396967

Black with #396967

Text Example


Text Example

White with #396967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396967; }

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

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

background-color css

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

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

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

border-color css

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

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

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