Html Css Color HEX #387249 Amazon

📋 copy color: '#387249'

red 56 ◦ green 114 ◦ blue 73

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

Shades of Amazon #387249

Tints of Amazon #387249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.91%

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

R = 23.05%
G = 46.91%
B = 30.04%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#387249 (or 0x387249) is known color: Amazon. HEX triplet: 38, 72 and 49. RGB value is (56,114,73). Sum of RGB (Red+Green+Blue) = 56+114+73=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #387249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387249 is #C78DB6. Grayscale: #5C5C5C. Windows color (decimal): -13077943 or 4813368. OLE color: 4813368.

HSL color Cylindrical-coordinate representation of color #387249: hue angle of 137.59º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #387249 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 114 73 -
CMYK 0.51 0 0.36 0.55
HSL 137.59º 0.34% 0.33% -
HSV(B) 137.59º 0.51% 0.45% -
XYZ 8.85 13.36 8.41 -
YUV 91.98 117.28 102.33 -
System Red Green Blue C M Y K H S L
Decimal 56 114 73 0.51 0 0.36 0.55 137.59 0.34 0.33
Hex 38 72 49 33 0 24 37 8A 22 21
Octal 70 162 111 63 0 44 67 212 42 41
Binary 111000 1110010 1001001 110011 0 100100 110111 10001010 100010 100001

Color Harmonies of #387249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387249

Black with #387249

Text Example


Text Example

White with #387249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387249; }

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

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

background-color css

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

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

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

border-color css

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

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

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