Html Css Color HEX #387A48 Amazon

📋 copy color: '#387A48'

red 56 ◦ green 122 ◦ blue 72

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

Shades of Amazon #387A48

Tints of Amazon #387A48

RGB

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

 GREEN value IS 122 (48.05% from 255) = 48.8%

 BLUE value IS 72 (28.52% from 255) = 28.8%

R = 22.4%
G = 48.8%
B = 28.8%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#387A48 (or 0x387A48) is known color: Amazon. HEX triplet: 38, 7A and 48. RGB value is (56,122,72). Sum of RGB (Red+Green+Blue) = 56+122+72=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 122 (48.05% from 255 or 48.8% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 122 - color contains mainly: green. Hex color #387A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387A48 is #C785B7. Grayscale: #606060. Windows color (decimal): -13075896 or 4749880. OLE color: 4749880.

HSL color Cylindrical-coordinate representation of color #387A48: hue angle of 134.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 #387A48 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB 56 122 72 -
CMYK 0.54 0 0.41 0.52
HSL 134.55º 0.37% 0.35% -
HSV(B) 134.55º 0.54% 0.48% -
XYZ 9.76 15.23 8.56 -
YUV 96.57 114.13 99.07 -
System Red Green Blue C M Y K H S L
Decimal 56 122 72 0.54 0 0.41 0.52 134.55 0.37 0.35
Hex 38 7A 48 36 0 29 34 87 25 23
Octal 70 172 110 66 0 51 64 207 45 43
Binary 111000 1111010 1001000 110110 0 101001 110100 10000111 100101 100011

Color Harmonies of #387A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387A48

Black with #387A48

Text Example


Text Example

White with #387A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,122,72); }

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

background-color css

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

 a { background-color: rgb(56,122,72); }

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

border-color css

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

 span { border-color: rgb(56,122,72); }

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