Html Css Color HEX #396962 Genoa

📋 copy color: '#396962'

red 57 ◦ green 105 ◦ blue 98

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

Shades of Genoa #396962

Tints of Genoa #396962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.69%

R = 21.92%
G = 40.38%
B = 37.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#396962 (or 0x396962) is known color: Genoa. HEX triplet: 39, 69 and 62. RGB value is (57,105,98). Sum of RGB (Red+Green+Blue) = 57+105+98=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 105 - color contains mainly: green. Hex color #396962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396962 is #C6969D. Grayscale: #595959. Windows color (decimal): -13014686 or 6449465. OLE color: 6449465.

HSL color Cylindrical-coordinate representation of color #396962: hue angle of 171.25º 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 #396962 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 105 98 -
CMYK 0.46 0 0.07 0.59
HSL 171.25º 0.3% 0.32% -
HSV(B) 171.25º 0.46% 0.41% -
XYZ 8.94 11.85 13.37 -
YUV 89.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 57 105 98 0.46 0 0.07 0.59 171.25 0.3 0.32
Hex 39 69 62 2E 0 7 3B AB 1E 20
Octal 71 151 142 56 0 7 73 253 36 40
Binary 111001 1101001 1100010 101110 0 111 111011 10101011 11110 100000

Color Harmonies of #396962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396962

Black with #396962

Text Example


Text Example

White with #396962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396962; }

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

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

background-color css

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

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

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

border-color css

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

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

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