Html Css Color HEX #388559 Amazon

📋 copy color: '#388559'

red 56 ◦ green 133 ◦ blue 89

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

Shades of Amazon #388559

Tints of Amazon #388559

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.84%

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

R = 20.14%
G = 47.84%
B = 32.01%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#388559 (or 0x388559) is known color: Amazon. HEX triplet: 38, 85 and 59. RGB value is (56,133,89). Sum of RGB (Red+Green+Blue) = 56+133+89=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #388559 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388559 is #C77AA6. Grayscale: #696969. Windows color (decimal): -13073063 or 5866808. OLE color: 5866808.

HSL color Cylindrical-coordinate representation of color #388559: hue angle of 145.71º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388559 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 133 89 -
CMYK 0.58 0 0.33 0.48
HSL 145.71º 0.41% 0.37% -
HSV(B) 145.71º 0.58% 0.52% -
XYZ 11.82 18.34 12.37 -
YUV 104.96 118.99 93.08 -
System Red Green Blue C M Y K H S L
Decimal 56 133 89 0.58 0 0.33 0.48 145.71 0.41 0.37
Hex 38 85 59 3A 0 21 30 92 29 25
Octal 70 205 131 72 0 41 60 222 51 45
Binary 111000 10000101 1011001 111010 0 100001 110000 10010010 101001 100101

Color Harmonies of #388559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388559

Black with #388559

Text Example


Text Example

White with #388559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388559; }

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

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

background-color css

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

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

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

border-color css

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

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

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