Html Css Color HEX #387255 Amazon

📋 copy color: '#387255'

red 56 ◦ green 114 ◦ blue 85

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

Shades of Amazon #387255

Tints of Amazon #387255

RGB

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

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

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

R = 21.96%
G = 44.71%
B = 33.33%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#387255 (or 0x387255) is known color: Amazon. HEX triplet: 38, 72 and 55. RGB value is (56,114,85). Sum of RGB (Red+Green+Blue) = 56+114+85=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #387255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387255 is #C78DAA. Grayscale: #5D5D5D. Windows color (decimal): -13077931 or 5599800. OLE color: 5599800.

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

Color convert

RGB 56 114 85 -
CMYK 0.51 0 0.25 0.55
HSL 150º 0.34% 0.33% -
HSV(B) 150º 0.51% 0.45% -
XYZ 9.29 13.53 10.72 -
YUV 93.35 123.28 101.36 -
System Red Green Blue C M Y K H S L
Decimal 56 114 85 0.51 0 0.25 0.55 150 0.34 0.33
Hex 38 72 55 33 0 19 37 96 22 21
Octal 70 162 125 63 0 31 67 226 42 41
Binary 111000 1110010 1010101 110011 0 11001 110111 10010110 100010 100001

Color Harmonies of #387255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387255

Black with #387255

Text Example


Text Example

White with #387255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387255; }

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

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

background-color css

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

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

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

border-color css

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

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

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