Html Css Color HEX #387555 Amazon

📋 copy color: '#387555'

red 56 ◦ green 117 ◦ blue 85

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

Shades of Amazon #387555

Tints of Amazon #387555

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.35%

 BLUE value IS 85 (33.59% from 255) = 32.95%

R = 21.71%
G = 45.35%
B = 32.95%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#387555 (or 0x387555) is known color: Amazon. HEX triplet: 38, 75 and 55. RGB value is (56,117,85). Sum of RGB (Red+Green+Blue) = 56+117+85=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 117 - color contains mainly: green. Hex color #387555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387555 is #C78AAA. Grayscale: #5F5F5F. Windows color (decimal): -13077163 or 5600568. OLE color: 5600568.

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

Color convert

RGB 56 117 85 -
CMYK 0.52 0 0.27 0.54
HSL 148.52º 0.35% 0.34% -
HSV(B) 148.52º 0.52% 0.46% -
XYZ 9.63 14.22 10.83 -
YUV 95.11 122.29 100.1 -
System Red Green Blue C M Y K H S L
Decimal 56 117 85 0.52 0 0.27 0.54 148.52 0.35 0.34
Hex 38 75 55 34 0 1B 36 95 23 22
Octal 70 165 125 64 0 33 66 225 43 42
Binary 111000 1110101 1010101 110100 0 11011 110110 10010101 100011 100010

Color Harmonies of #387555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387555

Black with #387555

Text Example


Text Example

White with #387555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387555; }

 p { color: rgb(56,117,85); }

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

background-color css

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

 a { background-color: rgb(56,117,85); }

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

border-color css

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

 span { border-color: rgb(56,117,85); }

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