Html Css Color HEX #387B4C Amazon

📋 copy color: '#387B4C'

red 56 ◦ green 123 ◦ blue 76

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

Shades of Amazon #387B4C

Tints of Amazon #387B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.8%

R = 21.96%
G = 48.24%
B = 29.8%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.38

 K value IS 0.52

RGB Variations

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

Color information

#387B4C (or 0x387B4C) is known color: Amazon. HEX triplet: 38, 7B and 4C. RGB value is (56,123,76). Sum of RGB (Red+Green+Blue) = 56+123+76=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 123 (48.44% from 255 or 48.24% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 123 - color contains mainly: green. Hex color #387B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387B4C is #C784B3. Grayscale: #616161. Windows color (decimal): -13075636 or 5012280. OLE color: 5012280.

HSL color Cylindrical-coordinate representation of color #387B4C: hue angle of 137.91º 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 #387B4C is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB 56 123 76 -
CMYK 0.54 0 0.38 0.52
HSL 137.91º 0.37% 0.35% -
HSV(B) 137.91º 0.54% 0.48% -
XYZ 10.02 15.53 9.31 -
YUV 97.61 115.8 98.32 -
System Red Green Blue C M Y K H S L
Decimal 56 123 76 0.54 0 0.38 0.52 137.91 0.37 0.35
Hex 38 7B 4C 36 0 26 34 8A 25 23
Octal 70 173 114 66 0 46 64 212 45 43
Binary 111000 1111011 1001100 110110 0 100110 110100 10001010 100101 100011

Color Harmonies of #387B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387B4C

Black with #387B4C

Text Example


Text Example

White with #387B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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