Html Css Color HEX #388459 Amazon

📋 copy color: '#388459'

red 56 ◦ green 132 ◦ blue 89

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

Shades of Amazon #388459

Tints of Amazon #388459

RGB

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

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

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

R = 20.22%
G = 47.65%
B = 32.13%

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

#388459 (or 0x388459) is known color: Amazon. HEX triplet: 38, 84 and 59. RGB value is (56,132,89). Sum of RGB (Red+Green+Blue) = 56+132+89=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #388459 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388459 is #C77BA6. Grayscale: #686868. Windows color (decimal): -13073319 or 5866552. OLE color: 5866552.

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

Color convert

RGB 56 132 89 -
CMYK 0.58 0 0.33 0.48
HSL 146.05º 0.4% 0.37% -
HSV(B) 146.05º 0.58% 0.52% -
XYZ 11.69 18.06 12.32 -
YUV 104.37 119.32 93.5 -
System Red Green Blue C M Y K H S L
Decimal 56 132 89 0.58 0 0.33 0.48 146.05 0.4 0.37
Hex 38 84 59 3A 0 21 30 92 28 25
Octal 70 204 131 72 0 41 60 222 50 45
Binary 111000 10000100 1011001 111010 0 100001 110000 10010010 101000 100101

Color Harmonies of #388459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388459

Black with #388459

Text Example


Text Example

White with #388459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388459; }

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

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

background-color css

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

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

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

border-color css

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

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

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