Html Css Color HEX #387250 Amazon

📋 copy color: '#387250'

red 56 ◦ green 114 ◦ blue 80

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

Shades of Amazon #387250

Tints of Amazon #387250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32%

R = 22.4%
G = 45.6%
B = 32%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#387250 (or 0x387250) is known color: Amazon. HEX triplet: 38, 72 and 50. RGB value is (56,114,80). Sum of RGB (Red+Green+Blue) = 56+114+80=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #387250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387250 is #C78DAF. Grayscale: #5C5C5C. Windows color (decimal): -13077936 or 5272120. OLE color: 5272120.

HSL color Cylindrical-coordinate representation of color #387250: hue angle of 144.83º 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 #387250 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 114 80 -
CMYK 0.51 0 0.30 0.55
HSL 144.83º 0.34% 0.33% -
HSV(B) 144.83º 0.51% 0.45% -
XYZ 9.1 13.45 9.71 -
YUV 92.78 120.78 101.76 -
System Red Green Blue C M Y K H S L
Decimal 56 114 80 0.51 0 0.30 0.55 144.83 0.34 0.33
Hex 38 72 50 33 0 1E 37 91 22 21
Octal 70 162 120 63 0 36 67 221 42 41
Binary 111000 1110010 1010000 110011 0 11110 110111 10010001 100010 100001

Color Harmonies of #387250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387250

Black with #387250

Text Example


Text Example

White with #387250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387250; }

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

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

background-color css

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

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

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

border-color css

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

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

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