Html Css Color HEX #397B75 Genoa

📋 copy color: '#397B75'

red 57 ◦ green 123 ◦ blue 117

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

Shades of Genoa #397B75

Tints of Genoa #397B75

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.41%

 BLUE value IS 117 (46.09% from 255) = 39.39%

R = 19.19%
G = 41.41%
B = 39.39%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#397B75 (or 0x397B75) is known color: Genoa. HEX triplet: 39, 7B and 75. RGB value is (57,123,117). Sum of RGB (Red+Green+Blue) = 57+123+117=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 123 - color contains mainly: green. Hex color #397B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397B75 is #C6848A. Grayscale: #666666. Windows color (decimal): -13010059 or 7699257. OLE color: 7699257.

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

Color convert

RGB 57 123 117 -
CMYK 0.54 0 0.05 0.52
HSL 174.55º 0.37% 0.35% -
HSV(B) 174.55º 0.54% 0.48% -
XYZ 11.98 16.32 19.35 -
YUV 102.58 136.13 95.49 -
System Red Green Blue C M Y K H S L
Decimal 57 123 117 0.54 0 0.05 0.52 174.55 0.37 0.35
Hex 39 7B 75 36 0 5 34 AF 25 23
Octal 71 173 165 66 0 5 64 257 45 43
Binary 111001 1111011 1110101 110110 0 101 110100 10101111 100101 100011

Color Harmonies of #397B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397B75

Black with #397B75

Text Example


Text Example

White with #397B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,123,117); }

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

background-color css

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

 a { background-color: rgb(57,123,117); }

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

border-color css

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

 span { border-color: rgb(57,123,117); }

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