Html Css Color HEX #397752 Amazon

📋 copy color: '#397752'

red 57 ◦ green 119 ◦ blue 82

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

Shades of Amazon #397752

Tints of Amazon #397752

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.12%

 BLUE value IS 82 (32.42% from 255) = 31.78%

R = 22.09%
G = 46.12%
B = 31.78%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#397752 (or 0x397752) is known color: Amazon. HEX triplet: 39, 77 and 52. RGB value is (57,119,82). Sum of RGB (Red+Green+Blue) = 57+119+82=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #397752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397752 is #C688AD. Grayscale: #606060. Windows color (decimal): -13011118 or 5404473. OLE color: 5404473.

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

Color convert

RGB 57 119 82 -
CMYK 0.52 0 0.31 0.53
HSL 144.19º 0.35% 0.35% -
HSV(B) 144.19º 0.52% 0.47% -
XYZ 9.81 14.67 10.3 -
YUV 96.24 119.96 100.01 -
System Red Green Blue C M Y K H S L
Decimal 57 119 82 0.52 0 0.31 0.53 144.19 0.35 0.35
Hex 39 77 52 34 0 1F 35 90 23 23
Octal 71 167 122 64 0 37 65 220 43 43
Binary 111001 1110111 1010010 110100 0 11111 110101 10010000 100011 100011

Color Harmonies of #397752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397752

Black with #397752

Text Example


Text Example

White with #397752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397752; }

 p { color: rgb(57,119,82); }

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

background-color css

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

 a { background-color: rgb(57,119,82); }

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

border-color css

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

 span { border-color: rgb(57,119,82); }

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