Html Css Color HEX #387750 Amazon

📋 copy color: '#387750'

red 56 ◦ green 119 ◦ blue 80

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

Shades of Amazon #387750

Tints of Amazon #387750

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.67%

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

R = 21.96%
G = 46.67%
B = 31.37%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#387750 (or 0x387750) is known color: Amazon. HEX triplet: 38, 77 and 50. RGB value is (56,119,80). Sum of RGB (Red+Green+Blue) = 56+119+80=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #387750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387750 is #C788AF. Grayscale: #5F5F5F. Windows color (decimal): -13076656 or 5273400. OLE color: 5273400.

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

Color convert

RGB 56 119 80 -
CMYK 0.53 0 0.33 0.53
HSL 142.86º 0.36% 0.34% -
HSV(B) 142.86º 0.53% 0.47% -
XYZ 9.68 14.61 9.9 -
YUV 95.72 119.13 99.67 -
System Red Green Blue C M Y K H S L
Decimal 56 119 80 0.53 0 0.33 0.53 142.86 0.36 0.34
Hex 38 77 50 35 0 21 35 8F 24 22
Octal 70 167 120 65 0 41 65 217 44 42
Binary 111000 1110111 1010000 110101 0 100001 110101 10001111 100100 100010

Color Harmonies of #387750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387750

Black with #387750

Text Example


Text Example

White with #387750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387750; }

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

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

background-color css

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

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

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

border-color css

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

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

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