Html Css Color HEX #387251 Amazon

📋 copy color: '#387251'

red 56 ◦ green 114 ◦ blue 81

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

Shades of Amazon #387251

Tints of Amazon #387251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 32.27%

R = 22.31%
G = 45.42%
B = 32.27%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#387251 (or 0x387251) is known color: Amazon. HEX triplet: 38, 72 and 51. RGB value is (56,114,81). Sum of RGB (Red+Green+Blue) = 56+114+81=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #387251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387251 is #C78DAE. Grayscale: #5C5C5C. Windows color (decimal): -13077935 or 5337656. OLE color: 5337656.

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

Color convert

RGB 56 114 81 -
CMYK 0.51 0 0.29 0.55
HSL 145.86º 0.34% 0.33% -
HSV(B) 145.86º 0.51% 0.45% -
XYZ 9.13 13.47 9.9 -
YUV 92.9 121.28 101.68 -
System Red Green Blue C M Y K H S L
Decimal 56 114 81 0.51 0 0.29 0.55 145.86 0.34 0.33
Hex 38 72 51 33 0 1D 37 92 22 21
Octal 70 162 121 63 0 35 67 222 42 41
Binary 111000 1110010 1010001 110011 0 11101 110111 10010010 100010 100001

Color Harmonies of #387251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387251

Black with #387251

Text Example


Text Example

White with #387251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387251; }

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

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

background-color css

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

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

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

border-color css

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

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

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