Html Css Color HEX #387853 Amazon

📋 copy color: '#387853'

red 56 ◦ green 120 ◦ blue 83

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

Shades of Amazon #387853

Tints of Amazon #387853

RGB

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

 GREEN value IS 120 (47.27% from 255) = 46.33%

 BLUE value IS 83 (32.81% from 255) = 32.05%

R = 21.62%
G = 46.33%
B = 32.05%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#387853 (or 0x387853) is known color: Amazon. HEX triplet: 38, 78 and 53. RGB value is (56,120,83). Sum of RGB (Red+Green+Blue) = 56+120+83=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 120 - color contains mainly: green. Hex color #387853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387853 is #C787AC. Grayscale: #606060. Windows color (decimal): -13076397 or 5470264. OLE color: 5470264.

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

Color convert

RGB 56 120 83 -
CMYK 0.53 0 0.31 0.53
HSL 145.31º 0.36% 0.35% -
HSV(B) 145.31º 0.53% 0.47% -
XYZ 9.91 14.9 10.54 -
YUV 96.65 120.3 99.01 -
System Red Green Blue C M Y K H S L
Decimal 56 120 83 0.53 0 0.31 0.53 145.31 0.36 0.35
Hex 38 78 53 35 0 1F 35 91 24 23
Octal 70 170 123 65 0 37 65 221 44 43
Binary 111000 1111000 1010011 110101 0 11111 110101 10010001 100100 100011

Color Harmonies of #387853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387853

Black with #387853

Text Example


Text Example

White with #387853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387853; }

 p { color: rgb(56,120,83); }

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

background-color css

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

 a { background-color: rgb(56,120,83); }

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

border-color css

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

 span { border-color: rgb(56,120,83); }

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