Html Css Color HEX #387656 Amazon

📋 copy color: '#387656'

red 56 ◦ green 118 ◦ blue 86

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

Shades of Amazon #387656

Tints of Amazon #387656

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.38%

 BLUE value IS 86 (33.98% from 255) = 33.08%

R = 21.54%
G = 45.38%
B = 33.08%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#387656 (or 0x387656) is known color: Amazon. HEX triplet: 38, 76 and 56. RGB value is (56,118,86). Sum of RGB (Red+Green+Blue) = 56+118+86=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #387656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387656 is #C789A9. Grayscale: #5F5F5F. Windows color (decimal): -13076906 or 5666360. OLE color: 5666360.

HSL color Cylindrical-coordinate representation of color #387656: hue angle of 149.03º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387656 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 118 86 -
CMYK 0.53 0 0.27 0.54
HSL 149.03º 0.36% 0.34% -
HSV(B) 149.03º 0.53% 0.46% -
XYZ 9.79 14.47 11.08 -
YUV 95.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 56 118 86 0.53 0 0.27 0.54 149.03 0.36 0.34
Hex 38 76 56 35 0 1B 36 95 24 22
Octal 70 166 126 65 0 33 66 225 44 42
Binary 111000 1110110 1010110 110101 0 11011 110110 10010101 100100 100010

Color Harmonies of #387656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387656

Black with #387656

Text Example


Text Example

White with #387656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387656; }

 p { color: rgb(56,118,86); }

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

background-color css

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

 a { background-color: rgb(56,118,86); }

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

border-color css

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

 span { border-color: rgb(56,118,86); }

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