Html Css Color HEX #387052 Amazon

📋 copy color: '#387052'

red 56 ◦ green 112 ◦ blue 82

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

Shades of Amazon #387052

Tints of Amazon #387052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.8%

R = 22.4%
G = 44.8%
B = 32.8%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#387052 (or 0x387052) is known color: Amazon. HEX triplet: 38, 70 and 52. RGB value is (56,112,82). Sum of RGB (Red+Green+Blue) = 56+112+82=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #387052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387052 is #C78FAD. Grayscale: #5B5B5B. Windows color (decimal): -13078446 or 5402680. OLE color: 5402680.

HSL color Cylindrical-coordinate representation of color #387052: hue angle of 147.86º 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 #387052 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 82 -
CMYK 0.50 0 0.27 0.56
HSL 147.86º 0.33% 0.33% -
HSV(B) 147.86º 0.5% 0.44% -
XYZ 8.95 13.04 10.03 -
YUV 91.84 122.45 102.44 -
System Red Green Blue C M Y K H S L
Decimal 56 112 82 0.50 0 0.27 0.56 147.86 0.33 0.33
Hex 38 70 52 32 0 1B 38 94 21 21
Octal 70 160 122 62 0 33 70 224 41 41
Binary 111000 1110000 1010010 110010 0 11011 111000 10010100 100001 100001

Color Harmonies of #387052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387052

Black with #387052

Text Example


Text Example

White with #387052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387052; }

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

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

background-color css

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

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

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

border-color css

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

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

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