Html Css Color HEX #387748 Amazon

📋 copy color: '#387748'

red 56 ◦ green 119 ◦ blue 72

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

Shades of Amazon #387748

Tints of Amazon #387748

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.18%

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

R = 22.67%
G = 48.18%
B = 29.15%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#387748 (or 0x387748) is known color: Amazon. HEX triplet: 38, 77 and 48. RGB value is (56,119,72). Sum of RGB (Red+Green+Blue) = 56+119+72=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #387748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387748 is #C788B7. Grayscale: #5E5E5E. Windows color (decimal): -13076664 or 4749112. OLE color: 4749112.

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

Color convert

RGB 56 119 72 -
CMYK 0.53 0 0.39 0.53
HSL 135.24º 0.36% 0.34% -
HSV(B) 135.24º 0.53% 0.47% -
XYZ 9.4 14.5 8.43 -
YUV 94.81 115.13 100.32 -
System Red Green Blue C M Y K H S L
Decimal 56 119 72 0.53 0 0.39 0.53 135.24 0.36 0.34
Hex 38 77 48 35 0 27 35 87 24 22
Octal 70 167 110 65 0 47 65 207 44 42
Binary 111000 1110111 1001000 110101 0 100111 110101 10000111 100100 100010

Color Harmonies of #387748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387748

Black with #387748

Text Example


Text Example

White with #387748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387748; }

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

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

background-color css

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

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

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

border-color css

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

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

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