Html Css Color HEX #388549 Amazon

📋 copy color: '#388549'

red 56 ◦ green 133 ◦ blue 73

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

Shades of Amazon #388549

Tints of Amazon #388549

RGB

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

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

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

R = 21.37%
G = 50.76%
B = 27.86%

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

#388549 (or 0x388549) is known color: Amazon. HEX triplet: 38, 85 and 49. RGB value is (56,133,73). Sum of RGB (Red+Green+Blue) = 56+133+73=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 133 (52.34% from 255 or 50.76% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 133 - color contains mainly: green. Hex color #388549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388549 is #C77AB6. Grayscale: #676767. Windows color (decimal): -13073079 or 4818232. OLE color: 4818232.

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

Color convert

RGB 56 133 73 -
CMYK 0.58 0 0.45 0.48
HSL 133.25º 0.41% 0.37% -
HSV(B) 133.25º 0.58% 0.52% -
XYZ 11.22 18.1 9.2 -
YUV 103.14 110.99 94.38 -
System Red Green Blue C M Y K H S L
Decimal 56 133 73 0.58 0 0.45 0.48 133.25 0.41 0.37
Hex 38 85 49 3A 0 2D 30 85 29 25
Octal 70 205 111 72 0 55 60 205 51 45
Binary 111000 10000101 1001001 111010 0 101101 110000 10000101 101001 100101

Color Harmonies of #388549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388549

Black with #388549

Text Example


Text Example

White with #388549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388549; }

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

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

background-color css

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

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

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

border-color css

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

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

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