Html Css Color HEX #387B49 Amazon

📋 copy color: '#387B49'

red 56 ◦ green 123 ◦ blue 73

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

Shades of Amazon #387B49

Tints of Amazon #387B49

RGB

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

 GREEN value IS 123 (48.44% from 255) = 48.81%

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

R = 22.22%
G = 48.81%
B = 28.97%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#387B49 (or 0x387B49) is known color: Amazon. HEX triplet: 38, 7B and 49. RGB value is (56,123,73). Sum of RGB (Red+Green+Blue) = 56+123+73=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 123 (48.44% from 255 or 48.81% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 123 - color contains mainly: green. Hex color #387B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387B49 is #C784B6. Grayscale: #616161. Windows color (decimal): -13075639 or 4815672. OLE color: 4815672.

HSL color Cylindrical-coordinate representation of color #387B49: hue angle of 135.22º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387B49 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB 56 123 73 -
CMYK 0.54 0 0.41 0.52
HSL 135.22º 0.37% 0.35% -
HSV(B) 135.22º 0.54% 0.48% -
XYZ 9.92 15.49 8.77 -
YUV 97.27 114.3 98.57 -
System Red Green Blue C M Y K H S L
Decimal 56 123 73 0.54 0 0.41 0.52 135.22 0.37 0.35
Hex 38 7B 49 36 0 29 34 87 25 23
Octal 70 173 111 66 0 51 64 207 45 43
Binary 111000 1111011 1001001 110110 0 101001 110100 10000111 100101 100011

Color Harmonies of #387B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387B49

Black with #387B49

Text Example


Text Example

White with #387B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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