Html Css Color HEX #397469 Genoa

📋 copy color: '#397469'

red 57 ◦ green 116 ◦ blue 105

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

Shades of Genoa #397469

Tints of Genoa #397469

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.73%

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

R = 20.5%
G = 41.73%
B = 37.77%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#397469 (or 0x397469) is known color: Genoa. HEX triplet: 39, 74 and 69. RGB value is (57,116,105). Sum of RGB (Red+Green+Blue) = 57+116+105=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 116 - color contains mainly: green. Hex color #397469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397469 is #C68B96. Grayscale: #616161. Windows color (decimal): -13011863 or 6911033. OLE color: 6911033.

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

Color convert

RGB 57 116 105 -
CMYK 0.51 0 0.09 0.55
HSL 168.81º 0.34% 0.34% -
HSV(B) 168.81º 0.51% 0.45% -
XYZ 10.48 14.38 15.59 -
YUV 97.11 132.45 99.39 -
System Red Green Blue C M Y K H S L
Decimal 57 116 105 0.51 0 0.09 0.55 168.81 0.34 0.34
Hex 39 74 69 33 0 9 37 A9 22 22
Octal 71 164 151 63 0 11 67 251 42 42
Binary 111001 1110100 1101001 110011 0 1001 110111 10101001 100010 100010

Color Harmonies of #397469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397469

Black with #397469

Text Example


Text Example

White with #397469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397469; }

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

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

background-color css

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

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

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

border-color css

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

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

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