Html Css Color HEX #387953 Amazon

📋 copy color: '#387953'

red 56 ◦ green 121 ◦ blue 83

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

Shades of Amazon #387953

Tints of Amazon #387953

RGB

 RED value IS 56 (22.27% from 255) = 21.54%

 GREEN value IS 121 (47.66% from 255) = 46.54%

 BLUE value IS 83 (32.81% from 255) = 31.92%

R = 21.54%
G = 46.54%
B = 31.92%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#387953 (or 0x387953) is known color: Amazon. HEX triplet: 38, 79 and 53. RGB value is (56,121,83). Sum of RGB (Red+Green+Blue) = 56+121+83=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 121 - color contains mainly: green. Hex color #387953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387953 is #C786AC. Grayscale: #616161. Windows color (decimal): -13076141 or 5470520. OLE color: 5470520.

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

Color convert

RGB 56 121 83 -
CMYK 0.54 0 0.31 0.53
HSL 144.92º 0.37% 0.35% -
HSV(B) 144.92º 0.54% 0.47% -
XYZ 10.03 15.14 10.58 -
YUV 97.23 119.97 98.59 -
System Red Green Blue C M Y K H S L
Decimal 56 121 83 0.54 0 0.31 0.53 144.92 0.37 0.35
Hex 38 79 53 36 0 1F 35 91 25 23
Octal 70 171 123 66 0 37 65 221 45 43
Binary 111000 1111001 1010011 110110 0 11111 110101 10010001 100101 100011

Color Harmonies of #387953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387953

Black with #387953

Text Example


Text Example

White with #387953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387953; }

 p { color: rgb(56,121,83); }

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

background-color css

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

 a { background-color: rgb(56,121,83); }

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

border-color css

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

 span { border-color: rgb(56,121,83); }

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