Html Css Color HEX #387150 Amazon

📋 copy color: '#387150'

red 56 ◦ green 113 ◦ blue 80

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

Shades of Amazon #387150

Tints of Amazon #387150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.38%

 BLUE value IS 80 (31.64% from 255) = 32.13%

R = 22.49%
G = 45.38%
B = 32.13%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#387150 (or 0x387150) is known color: Amazon. HEX triplet: 38, 71 and 50. RGB value is (56,113,80). Sum of RGB (Red+Green+Blue) = 56+113+80=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #387150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387150 is #C78EAF. Grayscale: #5C5C5C. Windows color (decimal): -13078192 or 5271864. OLE color: 5271864.

HSL color Cylindrical-coordinate representation of color #387150: hue angle of 145.26º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #387150 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 113 80 -
CMYK 0.50 0 0.29 0.56
HSL 145.26º 0.34% 0.33% -
HSV(B) 145.26º 0.5% 0.44% -
XYZ 8.98 13.23 9.67 -
YUV 92.2 121.12 102.18 -
System Red Green Blue C M Y K H S L
Decimal 56 113 80 0.50 0 0.29 0.56 145.26 0.34 0.33
Hex 38 71 50 32 0 1D 38 91 22 21
Octal 70 161 120 62 0 35 70 221 42 41
Binary 111000 1110001 1010000 110010 0 11101 111000 10010001 100010 100001

Color Harmonies of #387150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387150

Black with #387150

Text Example


Text Example

White with #387150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387150; }

 p { color: rgb(56,113,80); }

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

background-color css

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

 a { background-color: rgb(56,113,80); }

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

border-color css

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

 span { border-color: rgb(56,113,80); }

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