Html Css Color HEX #397262 Genoa

📋 copy color: '#397262'

red 57 ◦ green 114 ◦ blue 98

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

Shades of Genoa #397262

Tints of Genoa #397262

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.38%

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

R = 21.19%
G = 42.38%
B = 36.43%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#397262 (or 0x397262) is known color: Genoa. HEX triplet: 39, 72 and 62. RGB value is (57,114,98). Sum of RGB (Red+Green+Blue) = 57+114+98=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 114 - color contains mainly: green. Hex color #397262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397262 is #C68D9D. Grayscale: #5F5F5F. Windows color (decimal): -13012382 or 6451769. OLE color: 6451769.

HSL color Cylindrical-coordinate representation of color #397262: hue angle of 163.16º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #397262 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 114 98 -
CMYK 0.50 0 0.14 0.55
HSL 163.16º 0.33% 0.34% -
HSV(B) 163.16º 0.5% 0.45% -
XYZ 9.91 13.79 13.69 -
YUV 95.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 57 114 98 0.50 0 0.14 0.55 163.16 0.33 0.34
Hex 39 72 62 32 0 E 37 A3 21 22
Octal 71 162 142 62 0 16 67 243 41 42
Binary 111001 1110010 1100010 110010 0 1110 110111 10100011 100001 100010

Color Harmonies of #397262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397262

Black with #397262

Text Example


Text Example

White with #397262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397262; }

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

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

background-color css

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

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

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

border-color css

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

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

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