Html Css Color HEX #387158 Amazon

📋 copy color: '#387158'

red 56 ◦ green 113 ◦ blue 88

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

Shades of Amazon #387158

Tints of Amazon #387158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.24%

R = 21.79%
G = 43.97%
B = 34.24%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#387158 (or 0x387158) is known color: Amazon. HEX triplet: 38, 71 and 58. RGB value is (56,113,88). Sum of RGB (Red+Green+Blue) = 56+113+88=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 113 - color contains mainly: green. Hex color #387158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387158 is #C78EA7. Grayscale: #5D5D5D. Windows color (decimal): -13078184 or 5796152. OLE color: 5796152.

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

Color convert

RGB 56 113 88 -
CMYK 0.50 0 0.22 0.56
HSL 153.68º 0.34% 0.33% -
HSV(B) 153.68º 0.5% 0.44% -
XYZ 9.3 13.36 11.32 -
YUV 93.11 125.12 101.53 -
System Red Green Blue C M Y K H S L
Decimal 56 113 88 0.50 0 0.22 0.56 153.68 0.34 0.33
Hex 38 71 58 32 0 16 38 9A 22 21
Octal 70 161 130 62 0 26 70 232 42 41
Binary 111000 1110001 1011000 110010 0 10110 111000 10011010 100010 100001

Color Harmonies of #387158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387158

Black with #387158

Text Example


Text Example

White with #387158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387158; }

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

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

background-color css

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

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

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

border-color css

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

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

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