Html Css Color HEX #388557 Amazon

📋 copy color: '#388557'

red 56 ◦ green 133 ◦ blue 87

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

Shades of Amazon #388557

Tints of Amazon #388557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.52%

R = 20.29%
G = 48.19%
B = 31.52%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#388557 (or 0x388557) is known color: Amazon. HEX triplet: 38, 85 and 57. RGB value is (56,133,87). Sum of RGB (Red+Green+Blue) = 56+133+87=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #388557 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388557 is #C77AA8. Grayscale: #686868. Windows color (decimal): -13073065 or 5735736. OLE color: 5735736.

HSL color Cylindrical-coordinate representation of color #388557: hue angle of 144.16º 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 #388557 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 133 87 -
CMYK 0.58 0 0.35 0.48
HSL 144.16º 0.41% 0.37% -
HSV(B) 144.16º 0.58% 0.52% -
XYZ 11.74 18.3 11.93 -
YUV 104.73 117.99 93.24 -
System Red Green Blue C M Y K H S L
Decimal 56 133 87 0.58 0 0.35 0.48 144.16 0.41 0.37
Hex 38 85 57 3A 0 23 30 90 29 25
Octal 70 205 127 72 0 43 60 220 51 45
Binary 111000 10000101 1010111 111010 0 100011 110000 10010000 101001 100101

Color Harmonies of #388557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388557

Black with #388557

Text Example


Text Example

White with #388557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388557; }

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

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

background-color css

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

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

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

border-color css

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

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

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