Html Css Color HEX #387B55 Amazon

📋 copy color: '#387B55'

red 56 ◦ green 123 ◦ blue 85

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

Shades of Amazon #387B55

Tints of Amazon #387B55

RGB

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

 GREEN value IS 123 (48.44% from 255) = 46.59%

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

R = 21.21%
G = 46.59%
B = 32.2%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.31

 K value IS 0.52

RGB Variations

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

Color information

#387B55 (or 0x387B55) is known color: Amazon. HEX triplet: 38, 7B and 55. RGB value is (56,123,85). Sum of RGB (Red+Green+Blue) = 56+123+85=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 123 (48.44% from 255 or 46.59% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 123 - color contains mainly: green. Hex color #387B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387B55 is #C784AA. Grayscale: #626262. Windows color (decimal): -13075627 or 5602104. OLE color: 5602104.

HSL color Cylindrical-coordinate representation of color #387B55: hue angle of 145.97º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387B55 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.

Color convert

RGB 56 123 85 -
CMYK 0.54 0 0.31 0.52
HSL 145.97º 0.37% 0.35% -
HSV(B) 145.97º 0.54% 0.48% -
XYZ 10.35 15.66 11.07 -
YUV 98.64 120.3 97.59 -
System Red Green Blue C M Y K H S L
Decimal 56 123 85 0.54 0 0.31 0.52 145.97 0.37 0.35
Hex 38 7B 55 36 0 1F 34 92 25 23
Octal 70 173 125 66 0 37 64 222 45 43
Binary 111000 1111011 1010101 110110 0 11111 110100 10010010 100101 100011

Color Harmonies of #387B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387B55

Black with #387B55

Text Example


Text Example

White with #387B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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