Html Css Color HEX #397261 Genoa

📋 copy color: '#397261'

red 57 ◦ green 114 ◦ blue 97

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

Shades of Genoa #397261

Tints of Genoa #397261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.19%

R = 21.27%
G = 42.54%
B = 36.19%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#397261 (or 0x397261) is known color: Genoa. HEX triplet: 39, 72 and 61. RGB value is (57,114,97). Sum of RGB (Red+Green+Blue) = 57+114+97=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 114 - color contains mainly: green. Hex color #397261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397261 is #C68D9E. Grayscale: #5F5F5F. Windows color (decimal): -13012383 or 6386233. OLE color: 6386233.

HSL color Cylindrical-coordinate representation of color #397261: hue angle of 162.11º 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 #397261 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 114 97 -
CMYK 0.50 0 0.15 0.55
HSL 162.11º 0.33% 0.34% -
HSV(B) 162.11º 0.5% 0.45% -
XYZ 9.86 13.77 13.45 -
YUV 95.02 129.12 100.88 -
System Red Green Blue C M Y K H S L
Decimal 57 114 97 0.50 0 0.15 0.55 162.11 0.33 0.34
Hex 39 72 61 32 0 F 37 A2 21 22
Octal 71 162 141 62 0 17 67 242 41 42
Binary 111001 1110010 1100001 110010 0 1111 110111 10100010 100001 100010

Color Harmonies of #397261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397261

Black with #397261

Text Example


Text Example

White with #397261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397261; }

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

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

background-color css

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

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

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

border-color css

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

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

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