Html Css Color HEX #388160 Amazon

📋 copy color: '#388160'

red 56 ◦ green 129 ◦ blue 96

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

Shades of Amazon #388160

Tints of Amazon #388160

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.91%

 BLUE value IS 96 (37.89% from 255) = 34.16%

R = 19.93%
G = 45.91%
B = 34.16%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#388160 (or 0x388160) is known color: Amazon. HEX triplet: 38, 81 and 60. RGB value is (56,129,96). Sum of RGB (Red+Green+Blue) = 56+129+96=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #388160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388160 is #C77E9F. Grayscale: #676767. Windows color (decimal): -13074080 or 6324536. OLE color: 6324536.

HSL color Cylindrical-coordinate representation of color #388160: hue angle of 152.88º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388160 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 129 96 -
CMYK 0.57 0 0.26 0.49
HSL 152.88º 0.39% 0.36% -
HSV(B) 152.88º 0.57% 0.51% -
XYZ 11.59 17.39 13.81 -
YUV 103.41 123.82 94.18 -
System Red Green Blue C M Y K H S L
Decimal 56 129 96 0.57 0 0.26 0.49 152.88 0.39 0.36
Hex 38 81 60 39 0 1A 31 99 27 24
Octal 70 201 140 71 0 32 61 231 47 44
Binary 111000 10000001 1100000 111001 0 11010 110001 10011001 100111 100100

Color Harmonies of #388160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388160

Black with #388160

Text Example


Text Example

White with #388160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388160; }

 p { color: rgb(56,129,96); }

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

background-color css

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

 a { background-color: rgb(56,129,96); }

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

border-color css

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

 span { border-color: rgb(56,129,96); }

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