Html Css Color HEX #387948 Amazon

📋 copy color: '#387948'

red 56 ◦ green 121 ◦ blue 72

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

Shades of Amazon #387948

Tints of Amazon #387948

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.59%

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

R = 22.49%
G = 48.59%
B = 28.92%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#387948 (or 0x387948) is known color: Amazon. HEX triplet: 38, 79 and 48. RGB value is (56,121,72). Sum of RGB (Red+Green+Blue) = 56+121+72=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #387948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387948 is #C786B7. Grayscale: #606060. Windows color (decimal): -13076152 or 4749624. OLE color: 4749624.

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

Color convert

RGB 56 121 72 -
CMYK 0.54 0 0.40 0.53
HSL 134.77º 0.37% 0.35% -
HSV(B) 134.77º 0.54% 0.47% -
XYZ 9.64 14.98 8.51 -
YUV 95.98 114.47 99.48 -
System Red Green Blue C M Y K H S L
Decimal 56 121 72 0.54 0 0.40 0.53 134.77 0.37 0.35
Hex 38 79 48 36 0 28 35 87 25 23
Octal 70 171 110 66 0 50 65 207 45 43
Binary 111000 1111001 1001000 110110 0 101000 110101 10000111 100101 100011

Color Harmonies of #387948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387948

Black with #387948

Text Example


Text Example

White with #387948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387948; }

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

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

background-color css

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

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

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

border-color css

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

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

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