Html Css Color HEX #387C52 Amazon

📋 copy color: '#387C52'

red 56 ◦ green 124 ◦ blue 82

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

Shades of Amazon #387C52

Tints of Amazon #387C52

RGB

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

 GREEN value IS 124 (48.83% from 255) = 47.33%

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

R = 21.37%
G = 47.33%
B = 31.3%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#387C52 (or 0x387C52) is known color: Amazon. HEX triplet: 38, 7C and 52. RGB value is (56,124,82). Sum of RGB (Red+Green+Blue) = 56+124+82=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 124 - color contains mainly: green. Hex color #387C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C52 is #C783AD. Grayscale: #626262. Windows color (decimal): -13075374 or 5405752. OLE color: 5405752.

HSL color Cylindrical-coordinate representation of color #387C52: hue angle of 142.94º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387C52 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 124 82 -
CMYK 0.55 0 0.34 0.51
HSL 142.94º 0.38% 0.35% -
HSV(B) 142.94º 0.55% 0.49% -
XYZ 10.36 15.87 10.5 -
YUV 98.88 118.47 97.42 -
System Red Green Blue C M Y K H S L
Decimal 56 124 82 0.55 0 0.34 0.51 142.94 0.38 0.35
Hex 38 7C 52 37 0 22 33 8F 26 23
Octal 70 174 122 67 0 42 63 217 46 43
Binary 111000 1111100 1010010 110111 0 100010 110011 10001111 100110 100011

Color Harmonies of #387C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C52

Black with #387C52

Text Example


Text Example

White with #387C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387C52; }

 p { color: rgb(56,124,82); }

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

background-color css

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

 a { background-color: rgb(56,124,82); }

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

border-color css

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

 span { border-color: rgb(56,124,82); }

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