Html Css Color HEX #397A6A Genoa

📋 copy color: '#397A6A'

red 57 ◦ green 122 ◦ blue 106

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

Shades of Genoa #397A6A

Tints of Genoa #397A6A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.81%

 BLUE value IS 106 (41.8% from 255) = 37.19%

R = 20%
G = 42.81%
B = 37.19%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#397A6A (or 0x397A6A) is known color: Genoa. HEX triplet: 39, 7A and 6A. RGB value is (57,122,106). Sum of RGB (Red+Green+Blue) = 57+122+106=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 122 - color contains mainly: green. Hex color #397A6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397A6A is #C68595. Grayscale: #646464. Windows color (decimal): -13010326 or 6978105. OLE color: 6978105.

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

Color convert

RGB 57 122 106 -
CMYK 0.53 0 0.13 0.52
HSL 165.23º 0.36% 0.35% -
HSV(B) 165.23º 0.53% 0.48% -
XYZ 11.25 15.83 16.1 -
YUV 100.74 130.97 96.8 -
System Red Green Blue C M Y K H S L
Decimal 57 122 106 0.53 0 0.13 0.52 165.23 0.36 0.35
Hex 39 7A 6A 35 0 D 34 A5 24 23
Octal 71 172 152 65 0 15 64 245 44 43
Binary 111001 1111010 1101010 110101 0 1101 110100 10100101 100100 100011

Color Harmonies of #397A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397A6A

Black with #397A6A

Text Example


Text Example

White with #397A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397A6A; }

 p { color: rgb(57,122,106); }

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

background-color css

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

 a { background-color: rgb(57,122,106); }

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

border-color css

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

 span { border-color: rgb(57,122,106); }

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