Html Css Color HEX #397266 Genoa

📋 copy color: '#397266'

red 57 ◦ green 114 ◦ blue 102

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

Shades of Genoa #397266

Tints of Genoa #397266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.36%

R = 20.88%
G = 41.76%
B = 37.36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#397266 (or 0x397266) is known color: Genoa. HEX triplet: 39, 72 and 66. RGB value is (57,114,102). Sum of RGB (Red+Green+Blue) = 57+114+102=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #397266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397266 is #C68D99. Grayscale: #5F5F5F. Windows color (decimal): -13012378 or 6713913. OLE color: 6713913.

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

Color convert

RGB 57 114 102 -
CMYK 0.50 0 0.11 0.55
HSL 167.37º 0.33% 0.34% -
HSV(B) 167.37º 0.5% 0.45% -
XYZ 10.1 13.86 14.71 -
YUV 95.59 131.62 100.48 -
System Red Green Blue C M Y K H S L
Decimal 57 114 102 0.50 0 0.11 0.55 167.37 0.33 0.34
Hex 39 72 66 32 0 B 37 A7 21 22
Octal 71 162 146 62 0 13 67 247 41 42
Binary 111001 1110010 1100110 110010 0 1011 110111 10100111 100001 100010

Color Harmonies of #397266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397266

Black with #397266

Text Example


Text Example

White with #397266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397266; }

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

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

background-color css

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

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

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

border-color css

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

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

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