Html Css Color HEX #387D4A Amazon

📋 copy color: '#387D4A'

red 56 ◦ green 125 ◦ blue 74

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

Shades of Amazon #387D4A

Tints of Amazon #387D4A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 49.02%

 BLUE value IS 74 (29.3% from 255) = 29.02%

R = 21.96%
G = 49.02%
B = 29.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#387D4A (or 0x387D4A) is known color: Amazon. HEX triplet: 38, 7D and 4A. RGB value is (56,125,74). Sum of RGB (Red+Green+Blue) = 56+125+74=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 125 (49.22% from 255 or 49.02% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 125 - color contains mainly: green. Hex color #387D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387D4A is #C782B5. Grayscale: #626262. Windows color (decimal): -13075126 or 4881720. OLE color: 4881720.

HSL color Cylindrical-coordinate representation of color #387D4A: hue angle of 135.65º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387D4A is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 125 74 -
CMYK 0.55 0 0.41 0.51
HSL 135.65º 0.38% 0.35% -
HSV(B) 135.65º 0.55% 0.49% -
XYZ 10.2 16 9.03 -
YUV 98.56 114.14 97.65 -
System Red Green Blue C M Y K H S L
Decimal 56 125 74 0.55 0 0.41 0.51 135.65 0.38 0.35
Hex 38 7D 4A 37 0 29 33 88 26 23
Octal 70 175 112 67 0 51 63 210 46 43
Binary 111000 1111101 1001010 110111 0 101001 110011 10001000 100110 100011

Color Harmonies of #387D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387D4A

Black with #387D4A

Text Example


Text Example

White with #387D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,125,74); }

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

background-color css

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

 a { background-color: rgb(56,125,74); }

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

border-color css

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

 span { border-color: rgb(56,125,74); }

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