Html Css Color HEX #396D68 Genoa

📋 copy color: '#396D68'

red 57 ◦ green 109 ◦ blue 104

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

Shades of Genoa #396D68

Tints of Genoa #396D68

RGB

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

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

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

R = 21.11%
G = 40.37%
B = 38.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#396D68 (or 0x396D68) is known color: Genoa. HEX triplet: 39, 6D and 68. RGB value is (57,109,104). Sum of RGB (Red+Green+Blue) = 57+109+104=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 109 - color contains mainly: green. Hex color #396D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D68 is #C69297. Grayscale: #5C5C5C. Windows color (decimal): -13013656 or 6843705. OLE color: 6843705.

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

Color convert

RGB 57 109 104 -
CMYK 0.48 0 0.05 0.57
HSL 174.23º 0.31% 0.33% -
HSV(B) 174.23º 0.48% 0.43% -
XYZ 9.65 12.81 15.06 -
YUV 92.88 134.27 102.41 -
System Red Green Blue C M Y K H S L
Decimal 57 109 104 0.48 0 0.05 0.57 174.23 0.31 0.33
Hex 39 6D 68 30 0 5 39 AE 1F 21
Octal 71 155 150 60 0 5 71 256 37 41
Binary 111001 1101101 1101000 110000 0 101 111001 10101110 11111 100001

Color Harmonies of #396D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396D68

Black with #396D68

Text Example


Text Example

White with #396D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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