Html Css Color HEX #388159 Amazon

📋 copy color: '#388159'

red 56 ◦ green 129 ◦ blue 89

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

Shades of Amazon #388159

Tints of Amazon #388159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 32.48%

R = 20.44%
G = 47.08%
B = 32.48%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#388159 (or 0x388159) is known color: Amazon. HEX triplet: 38, 81 and 59. RGB value is (56,129,89). Sum of RGB (Red+Green+Blue) = 56+129+89=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #388159 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388159 is #C77EA6. Grayscale: #666666. Windows color (decimal): -13074087 or 5865784. OLE color: 5865784.

HSL color Cylindrical-coordinate representation of color #388159: hue angle of 147.12º 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 #388159 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 129 89 -
CMYK 0.57 0 0.31 0.49
HSL 147.12º 0.39% 0.36% -
HSV(B) 147.12º 0.57% 0.51% -
XYZ 11.28 17.26 12.19 -
YUV 102.61 120.32 94.75 -
System Red Green Blue C M Y K H S L
Decimal 56 129 89 0.57 0 0.31 0.49 147.12 0.39 0.36
Hex 38 81 59 39 0 1F 31 93 27 24
Octal 70 201 131 71 0 37 61 223 47 44
Binary 111000 10000001 1011001 111001 0 11111 110001 10010011 100111 100100

Color Harmonies of #388159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388159

Black with #388159

Text Example


Text Example

White with #388159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388159; }

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

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

background-color css

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

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

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

border-color css

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

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

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