Html Css Color HEX #388449 Amazon

📋 copy color: '#388449'

red 56 ◦ green 132 ◦ blue 73

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

Shades of Amazon #388449

Tints of Amazon #388449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 27.97%

R = 21.46%
G = 50.57%
B = 27.97%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#388449 (or 0x388449) is known color: Amazon. HEX triplet: 38, 84 and 49. RGB value is (56,132,73). Sum of RGB (Red+Green+Blue) = 56+132+73=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #388449 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388449 is #C77BB6. Grayscale: #666666. Windows color (decimal): -13073335 or 4817976. OLE color: 4817976.

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

Color convert

RGB 56 132 73 -
CMYK 0.58 0 0.45 0.48
HSL 133.42º 0.4% 0.37% -
HSV(B) 133.42º 0.58% 0.52% -
XYZ 11.08 17.82 9.16 -
YUV 102.55 111.32 94.8 -
System Red Green Blue C M Y K H S L
Decimal 56 132 73 0.58 0 0.45 0.48 133.42 0.4 0.37
Hex 38 84 49 3A 0 2D 30 85 28 25
Octal 70 204 111 72 0 55 60 205 50 45
Binary 111000 10000100 1001001 111010 0 101101 110000 10000101 101000 100101

Color Harmonies of #388449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388449

Black with #388449

Text Example


Text Example

White with #388449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388449; }

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

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

background-color css

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

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

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

border-color css

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

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

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