Html Css Color HEX #388454 Amazon

📋 copy color: '#388454'

red 56 ◦ green 132 ◦ blue 84

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

Shades of Amazon #388454

Tints of Amazon #388454

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.53%

 BLUE value IS 84 (33.2% from 255) = 30.88%

R = 20.59%
G = 48.53%
B = 30.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#388454 (or 0x388454) is known color: Amazon. HEX triplet: 38, 84 and 54. RGB value is (56,132,84). Sum of RGB (Red+Green+Blue) = 56+132+84=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 132 (51.95% from 255 or 48.53% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 132 - color contains mainly: green. Hex color #388454 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388454 is #C77BAB. Grayscale: #676767. Windows color (decimal): -13073324 or 5538872. OLE color: 5538872.

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

Color convert

RGB 56 132 84 -
CMYK 0.58 0 0.36 0.48
HSL 142.11º 0.4% 0.37% -
HSV(B) 142.11º 0.58% 0.52% -
XYZ 11.48 17.98 11.25 -
YUV 103.8 116.82 93.9 -
System Red Green Blue C M Y K H S L
Decimal 56 132 84 0.58 0 0.36 0.48 142.11 0.4 0.37
Hex 38 84 54 3A 0 24 30 8E 28 25
Octal 70 204 124 72 0 44 60 216 50 45
Binary 111000 10000100 1010100 111010 0 100100 110000 10001110 101000 100101

Color Harmonies of #388454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388454

Black with #388454

Text Example


Text Example

White with #388454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388454; }

 p { color: rgb(56,132,84); }

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

background-color css

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

 a { background-color: rgb(56,132,84); }

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

border-color css

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

 span { border-color: rgb(56,132,84); }

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