Html Css Color HEX #387456 Amazon

📋 copy color: '#387456'

red 56 ◦ green 116 ◦ blue 86

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

Shades of Amazon #387456

Tints of Amazon #387456

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.96%

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

R = 21.71%
G = 44.96%
B = 33.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#387456 (or 0x387456) is known color: Amazon. HEX triplet: 38, 74 and 56. RGB value is (56,116,86). Sum of RGB (Red+Green+Blue) = 56+116+86=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 116 - color contains mainly: green. Hex color #387456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387456 is #C78BA9. Grayscale: #5E5E5E. Windows color (decimal): -13077418 or 5665848. OLE color: 5665848.

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

Color convert

RGB 56 116 86 -
CMYK 0.52 0 0.26 0.55
HSL 150º 0.35% 0.34% -
HSV(B) 150º 0.52% 0.45% -
XYZ 9.56 14 11 -
YUV 94.64 123.12 100.44 -
System Red Green Blue C M Y K H S L
Decimal 56 116 86 0.52 0 0.26 0.55 150 0.35 0.34
Hex 38 74 56 34 0 1A 37 96 23 22
Octal 70 164 126 64 0 32 67 226 43 42
Binary 111000 1110100 1010110 110100 0 11010 110111 10010110 100011 100010

Color Harmonies of #387456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387456

Black with #387456

Text Example


Text Example

White with #387456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387456; }

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

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

background-color css

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

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

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

border-color css

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

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

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