Html Css Color HEX #387155 Amazon

📋 copy color: '#387155'

red 56 ◦ green 113 ◦ blue 85

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

Shades of Amazon #387155

Tints of Amazon #387155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.46%

R = 22.05%
G = 44.49%
B = 33.46%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#387155 (or 0x387155) is known color: Amazon. HEX triplet: 38, 71 and 55. RGB value is (56,113,85). Sum of RGB (Red+Green+Blue) = 56+113+85=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #387155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387155 is #C78EAA. Grayscale: #5C5C5C. Windows color (decimal): -13078187 or 5599544. OLE color: 5599544.

HSL color Cylindrical-coordinate representation of color #387155: hue angle of 150.53º 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 #387155 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 113 85 -
CMYK 0.50 0 0.25 0.56
HSL 150.53º 0.34% 0.33% -
HSV(B) 150.53º 0.5% 0.44% -
XYZ 9.18 13.31 10.68 -
YUV 92.77 123.62 101.78 -
System Red Green Blue C M Y K H S L
Decimal 56 113 85 0.50 0 0.25 0.56 150.53 0.34 0.33
Hex 38 71 55 32 0 19 38 97 22 21
Octal 70 161 125 62 0 31 70 227 42 41
Binary 111000 1110001 1010101 110010 0 11001 111000 10010111 100010 100001

Color Harmonies of #387155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387155

Black with #387155

Text Example


Text Example

White with #387155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387155; }

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

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

background-color css

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

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

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

border-color css

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

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

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