Html Css Color HEX #387053 Amazon

📋 copy color: '#387053'

red 56 ◦ green 112 ◦ blue 83

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

Shades of Amazon #387053

Tints of Amazon #387053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.62%

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

R = 22.31%
G = 44.62%
B = 33.07%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#387053 (or 0x387053) is known color: Amazon. HEX triplet: 38, 70 and 53. RGB value is (56,112,83). Sum of RGB (Red+Green+Blue) = 56+112+83=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #387053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387053 is #C78FAC. Grayscale: #5C5C5C. Windows color (decimal): -13078445 or 5468216. OLE color: 5468216.

HSL color Cylindrical-coordinate representation of color #387053: hue angle of 148.93º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #387053 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 83 -
CMYK 0.50 0 0.26 0.56
HSL 148.93º 0.33% 0.33% -
HSV(B) 148.93º 0.5% 0.44% -
XYZ 8.99 13.05 10.23 -
YUV 91.95 122.95 102.36 -
System Red Green Blue C M Y K H S L
Decimal 56 112 83 0.50 0 0.26 0.56 148.93 0.33 0.33
Hex 38 70 53 32 0 1A 38 95 21 21
Octal 70 160 123 62 0 32 70 225 41 41
Binary 111000 1110000 1010011 110010 0 11010 111000 10010101 100001 100001

Color Harmonies of #387053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387053

Black with #387053

Text Example


Text Example

White with #387053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387053; }

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

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

background-color css

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

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

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

border-color css

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

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

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