Html Css Color HEX #396C69 Genoa

📋 copy color: '#396C69'

red 57 ◦ green 108 ◦ blue 105

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

Shades of Genoa #396C69

Tints of Genoa #396C69

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40%

 BLUE value IS 105 (41.41% from 255) = 38.89%

R = 21.11%
G = 40%
B = 38.89%

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

#396C69 (or 0x396C69) is known color: Genoa. HEX triplet: 39, 6C and 69. RGB value is (57,108,105). Sum of RGB (Red+Green+Blue) = 57+108+105=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 108 - color contains mainly: green. Hex color #396C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396C69 is #C69396. Grayscale: #5C5C5C. Windows color (decimal): -13013911 or 6908985. OLE color: 6908985.

HSL color Cylindrical-coordinate representation of color #396C69: hue angle of 176.47º degrees, saturation: 0.31, 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 #396C69 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 108 105 -
CMYK 0.47 0 0.03 0.58
HSL 176.47º 0.31% 0.32% -
HSV(B) 176.47º 0.47% 0.42% -
XYZ 9.6 12.61 15.29 -
YUV 92.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 57 108 105 0.47 0 0.03 0.58 176.47 0.31 0.32
Hex 39 6C 69 2F 0 3 3A B0 1F 20
Octal 71 154 151 57 0 3 72 260 37 40
Binary 111001 1101100 1101001 101111 0 11 111010 10110000 11111 100000

Color Harmonies of #396C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C69

Black with #396C69

Text Example


Text Example

White with #396C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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