Html Css Color HEX #387253 Amazon

📋 copy color: '#387253'

red 56 ◦ green 114 ◦ blue 83

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

Shades of Amazon #387253

Tints of Amazon #387253

RGB

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

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

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

R = 22.13%
G = 45.06%
B = 32.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#387253 (or 0x387253) is known color: Amazon. HEX triplet: 38, 72 and 53. RGB value is (56,114,83). Sum of RGB (Red+Green+Blue) = 56+114+83=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #387253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387253 is #C78DAC. Grayscale: #5D5D5D. Windows color (decimal): -13077933 or 5468728. OLE color: 5468728.

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

Color convert

RGB 56 114 83 -
CMYK 0.51 0 0.27 0.55
HSL 147.93º 0.34% 0.33% -
HSV(B) 147.93º 0.51% 0.45% -
XYZ 9.21 13.5 10.3 -
YUV 93.12 122.28 101.52 -
System Red Green Blue C M Y K H S L
Decimal 56 114 83 0.51 0 0.27 0.55 147.93 0.34 0.33
Hex 38 72 53 33 0 1B 37 94 22 21
Octal 70 162 123 63 0 33 67 224 42 41
Binary 111000 1110010 1010011 110011 0 11011 110111 10010100 100010 100001

Color Harmonies of #387253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387253

Black with #387253

Text Example


Text Example

White with #387253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387253; }

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

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

background-color css

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

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

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

border-color css

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

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

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