Html Css Color HEX #388259 Amazon

📋 copy color: '#388259'

red 56 ◦ green 130 ◦ blue 89

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

Shades of Amazon #388259

Tints of Amazon #388259

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.27%

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

R = 20.36%
G = 47.27%
B = 32.36%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#388259 (or 0x388259) is known color: Amazon. HEX triplet: 38, 82 and 59. RGB value is (56,130,89). Sum of RGB (Red+Green+Blue) = 56+130+89=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #388259 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388259 is #C77DA6. Grayscale: #676767. Windows color (decimal): -13073831 or 5866040. OLE color: 5866040.

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

Color convert

RGB 56 130 89 -
CMYK 0.57 0 0.32 0.49
HSL 146.76º 0.4% 0.36% -
HSV(B) 146.76º 0.57% 0.51% -
XYZ 11.42 17.53 12.23 -
YUV 103.2 119.98 94.33 -
System Red Green Blue C M Y K H S L
Decimal 56 130 89 0.57 0 0.32 0.49 146.76 0.4 0.36
Hex 38 82 59 39 0 20 31 93 28 24
Octal 70 202 131 71 0 40 61 223 50 44
Binary 111000 10000010 1011001 111001 0 100000 110001 10010011 101000 100100

Color Harmonies of #388259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388259

Black with #388259

Text Example


Text Example

White with #388259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388259; }

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

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

background-color css

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

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

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

border-color css

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

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

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