Html Css Color HEX #397968 Genoa

📋 copy color: '#397968'

red 57 ◦ green 121 ◦ blue 104

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

Shades of Genoa #397968

Tints of Genoa #397968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.88%

R = 20.21%
G = 42.91%
B = 36.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#397968 (or 0x397968) is known color: Genoa. HEX triplet: 39, 79 and 68. RGB value is (57,121,104). Sum of RGB (Red+Green+Blue) = 57+121+104=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 121 (47.66% from 255 or 42.91% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 121 - color contains mainly: green. Hex color #397968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397968 is #C68697. Grayscale: #636363. Windows color (decimal): -13010584 or 6846777. OLE color: 6846777.

HSL color Cylindrical-coordinate representation of color #397968: hue angle of 164.06º 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 #397968 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 121 104 -
CMYK 0.53 0 0.14 0.53
HSL 164.06º 0.36% 0.35% -
HSV(B) 164.06º 0.53% 0.47% -
XYZ 11.02 15.54 15.52 -
YUV 99.93 130.3 97.38 -
System Red Green Blue C M Y K H S L
Decimal 57 121 104 0.53 0 0.14 0.53 164.06 0.36 0.35
Hex 39 79 68 35 0 E 35 A4 24 23
Octal 71 171 150 65 0 16 65 244 44 43
Binary 111001 1111001 1101000 110101 0 1110 110101 10100100 100100 100011

Color Harmonies of #397968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397968

Black with #397968

Text Example


Text Example

White with #397968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397968; }

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

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

background-color css

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

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

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

border-color css

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

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

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