Html Css Color HEX #397971 Genoa

📋 copy color: '#397971'

red 57 ◦ green 121 ◦ blue 113

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

Shades of Genoa #397971

Tints of Genoa #397971

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.58%

 BLUE value IS 113 (44.53% from 255) = 38.83%

R = 19.59%
G = 41.58%
B = 38.83%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#397971 (or 0x397971) is known color: Genoa. HEX triplet: 39, 79 and 71. RGB value is (57,121,113). Sum of RGB (Red+Green+Blue) = 57+121+113=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 121 - color contains mainly: green. Hex color #397971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397971 is #C6868E. Grayscale: #646464. Windows color (decimal): -13010575 or 7436601. OLE color: 7436601.

HSL color Cylindrical-coordinate representation of color #397971: hue angle of 172.5º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #397971 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 121 113 -
CMYK 0.53 0 0.07 0.53
HSL 172.5º 0.36% 0.35% -
HSV(B) 172.5º 0.53% 0.47% -
XYZ 11.51 15.74 18.05 -
YUV 100.95 134.8 96.65 -
System Red Green Blue C M Y K H S L
Decimal 57 121 113 0.53 0 0.07 0.53 172.5 0.36 0.35
Hex 39 79 71 35 0 7 35 AC 24 23
Octal 71 171 161 65 0 7 65 254 44 43
Binary 111001 1111001 1110001 110101 0 111 110101 10101100 100100 100011

Color Harmonies of #397971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397971

Black with #397971

Text Example


Text Example

White with #397971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397971; }

 p { color: rgb(57,121,113); }

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

background-color css

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

 a { background-color: rgb(57,121,113); }

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

border-color css

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

 span { border-color: rgb(57,121,113); }

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