Html Css Color HEX #387254 Amazon

📋 copy color: '#387254'

red 56 ◦ green 114 ◦ blue 84

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

Shades of Amazon #387254

Tints of Amazon #387254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.07%

R = 22.05%
G = 44.88%
B = 33.07%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#387254 (or 0x387254) is known color: Amazon. HEX triplet: 38, 72 and 54. RGB value is (56,114,84). Sum of RGB (Red+Green+Blue) = 56+114+84=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #387254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387254 is #C78DAB. Grayscale: #5D5D5D. Windows color (decimal): -13077932 or 5534264. OLE color: 5534264.

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

Color convert

RGB 56 114 84 -
CMYK 0.51 0 0.26 0.55
HSL 148.97º 0.34% 0.33% -
HSV(B) 148.97º 0.51% 0.45% -
XYZ 9.25 13.52 10.51 -
YUV 93.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 56 114 84 0.51 0 0.26 0.55 148.97 0.34 0.33
Hex 38 72 54 33 0 1A 37 95 22 21
Octal 70 162 124 63 0 32 67 225 42 41
Binary 111000 1110010 1010100 110011 0 11010 110111 10010101 100010 100001

Color Harmonies of #387254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387254

Black with #387254

Text Example


Text Example

White with #387254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387254; }

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

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

background-color css

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

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

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

border-color css

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

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

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