Html Css Color HEX #387848 Amazon

📋 copy color: '#387848'

red 56 ◦ green 120 ◦ blue 72

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

Shades of Amazon #387848

Tints of Amazon #387848

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.39%

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

R = 22.58%
G = 48.39%
B = 29.03%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#387848 (or 0x387848) is known color: Amazon. HEX triplet: 38, 78 and 48. RGB value is (56,120,72). Sum of RGB (Red+Green+Blue) = 56+120+72=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #387848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387848 is #C787B7. Grayscale: #5F5F5F. Windows color (decimal): -13076408 or 4749368. OLE color: 4749368.

HSL color Cylindrical-coordinate representation of color #387848: hue angle of 135º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387848 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 120 72 -
CMYK 0.53 0 0.40 0.53
HSL 135º 0.36% 0.35% -
HSV(B) 135º 0.53% 0.47% -
XYZ 9.52 14.74 8.47 -
YUV 95.39 114.8 99.9 -
System Red Green Blue C M Y K H S L
Decimal 56 120 72 0.53 0 0.40 0.53 135 0.36 0.35
Hex 38 78 48 35 0 28 35 87 24 23
Octal 70 170 110 65 0 50 65 207 44 43
Binary 111000 1111000 1001000 110101 0 101000 110101 10000111 100100 100011

Color Harmonies of #387848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387848

Black with #387848

Text Example


Text Example

White with #387848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387848; }

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

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

background-color css

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

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

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

border-color css

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

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

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