Html Css Color HEX #397267 Genoa

📋 copy color: '#397267'

red 57 ◦ green 114 ◦ blue 103

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

Shades of Genoa #397267

Tints of Genoa #397267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 37.59%

R = 20.8%
G = 41.61%
B = 37.59%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#397267 (or 0x397267) is known color: Genoa. HEX triplet: 39, 72 and 67. RGB value is (57,114,103). Sum of RGB (Red+Green+Blue) = 57+114+103=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 114 - color contains mainly: green. Hex color #397267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397267 is #C68D98. Grayscale: #5F5F5F. Windows color (decimal): -13012377 or 6779449. OLE color: 6779449.

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

Color convert

RGB 57 114 103 -
CMYK 0.50 0 0.10 0.55
HSL 168.42º 0.33% 0.34% -
HSV(B) 168.42º 0.5% 0.45% -
XYZ 10.15 13.88 14.98 -
YUV 95.7 132.12 100.39 -
System Red Green Blue C M Y K H S L
Decimal 57 114 103 0.50 0 0.10 0.55 168.42 0.33 0.34
Hex 39 72 67 32 0 A 37 A8 21 22
Octal 71 162 147 62 0 12 67 250 41 42
Binary 111001 1110010 1100111 110010 0 1010 110111 10101000 100001 100010

Color Harmonies of #397267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397267

Black with #397267

Text Example


Text Example

White with #397267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397267; }

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

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

background-color css

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

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

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

border-color css

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

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

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