Html Css Color HEX #387252 Amazon

📋 copy color: '#387252'

red 56 ◦ green 114 ◦ blue 82

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

Shades of Amazon #387252

Tints of Amazon #387252

RGB

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

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

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

R = 22.22%
G = 45.24%
B = 32.54%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#387252 (or 0x387252) is known color: Amazon. HEX triplet: 38, 72 and 52. RGB value is (56,114,82). Sum of RGB (Red+Green+Blue) = 56+114+82=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #387252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387252 is #C78DAD. Grayscale: #5D5D5D. Windows color (decimal): -13077934 or 5403192. OLE color: 5403192.

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

Color convert

RGB 56 114 82 -
CMYK 0.51 0 0.28 0.55
HSL 146.9º 0.34% 0.33% -
HSV(B) 146.9º 0.51% 0.45% -
XYZ 9.17 13.48 10.1 -
YUV 93.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 56 114 82 0.51 0 0.28 0.55 146.9 0.34 0.33
Hex 38 72 52 33 0 1C 37 93 22 21
Octal 70 162 122 63 0 34 67 223 42 41
Binary 111000 1110010 1010010 110011 0 11100 110111 10010011 100010 100001

Color Harmonies of #387252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387252

Black with #387252

Text Example


Text Example

White with #387252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387252; }

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

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

background-color css

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

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

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

border-color css

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

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

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