Html Css Color HEX #396B68 Genoa

📋 copy color: '#396B68'

red 57 ◦ green 107 ◦ blue 104

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

Shades of Genoa #396B68

Tints of Genoa #396B68

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.93%

 BLUE value IS 104 (41.02% from 255) = 38.81%

R = 21.27%
G = 39.93%
B = 38.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#396B68 (or 0x396B68) is known color: Genoa. HEX triplet: 39, 6B and 68. RGB value is (57,107,104). Sum of RGB (Red+Green+Blue) = 57+107+104=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 107 - color contains mainly: green. Hex color #396B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396B68 is #C69497. Grayscale: #5B5B5B. Windows color (decimal): -13014168 or 6843193. OLE color: 6843193.

HSL color Cylindrical-coordinate representation of color #396B68: hue angle of 176.4º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #396B68 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 107 104 -
CMYK 0.47 0 0.03 0.58
HSL 176.4º 0.3% 0.32% -
HSV(B) 176.4º 0.47% 0.42% -
XYZ 9.44 12.38 14.99 -
YUV 91.71 134.94 103.24 -
System Red Green Blue C M Y K H S L
Decimal 57 107 104 0.47 0 0.03 0.58 176.4 0.3 0.32
Hex 39 6B 68 2F 0 3 3A B0 1E 20
Octal 71 153 150 57 0 3 72 260 36 40
Binary 111001 1101011 1101000 101111 0 11 111010 10110000 11110 100000

Color Harmonies of #396B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396B68

Black with #396B68

Text Example


Text Example

White with #396B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,107,104); }

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

background-color css

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

 a { background-color: rgb(57,107,104); }

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

border-color css

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

 span { border-color: rgb(57,107,104); }

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