Html Css Color HEX #396F65 Genoa

📋 copy color: '#396F65'

red 57 ◦ green 111 ◦ blue 101

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

Shades of Genoa #396F65

Tints of Genoa #396F65

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.26%

 BLUE value IS 101 (39.84% from 255) = 37.55%

R = 21.19%
G = 41.26%
B = 37.55%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#396F65 (or 0x396F65) is known color: Genoa. HEX triplet: 39, 6F and 65. RGB value is (57,111,101). Sum of RGB (Red+Green+Blue) = 57+111+101=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 111 - color contains mainly: green. Hex color #396F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396F65 is #C6909A. Grayscale: #5D5D5D. Windows color (decimal): -13013147 or 6647609. OLE color: 6647609.

HSL color Cylindrical-coordinate representation of color #396F65: hue angle of 168.89º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #396F65 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 111 101 -
CMYK 0.49 0 0.09 0.56
HSL 168.89º 0.32% 0.33% -
HSV(B) 168.89º 0.49% 0.44% -
XYZ 9.72 13.18 14.34 -
YUV 93.71 132.11 101.81 -
System Red Green Blue C M Y K H S L
Decimal 57 111 101 0.49 0 0.09 0.56 168.89 0.32 0.33
Hex 39 6F 65 31 0 9 38 A9 20 21
Octal 71 157 145 61 0 11 70 251 40 41
Binary 111001 1101111 1100101 110001 0 1001 111000 10101001 100000 100001

Color Harmonies of #396F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396F65

Black with #396F65

Text Example


Text Example

White with #396F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,111,101); }

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

background-color css

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

 a { background-color: rgb(57,111,101); }

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

border-color css

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

 span { border-color: rgb(57,111,101); }

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