Html Css Color HEX #387F58 Amazon

📋 copy color: '#387F58'

red 56 ◦ green 127 ◦ blue 88

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

Shades of Amazon #387F58

Tints of Amazon #387F58

RGB

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

 GREEN value IS 127 (50% from 255) = 46.86%

 BLUE value IS 88 (34.77% from 255) = 32.47%

R = 20.66%
G = 46.86%
B = 32.47%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#387F58 (or 0x387F58) is known color: Amazon. HEX triplet: 38, 7F and 58. RGB value is (56,127,88). Sum of RGB (Red+Green+Blue) = 56+127+88=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 127 (50% from 255 or 46.86% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 127 - color contains mainly: green. Hex color #387F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387F58 is #C780A7. Grayscale: #656565. Windows color (decimal): -13074600 or 5799736. OLE color: 5799736.

HSL color Cylindrical-coordinate representation of color #387F58: hue angle of 147.04º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387F58 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 127 88 -
CMYK 0.56 0 0.31 0.50
HSL 147.04º 0.39% 0.36% -
HSV(B) 147.04º 0.56% 0.5% -
XYZ 10.98 16.72 11.88 -
YUV 101.33 120.48 95.67 -
System Red Green Blue C M Y K H S L
Decimal 56 127 88 0.56 0 0.31 0.50 147.04 0.39 0.36
Hex 38 7F 58 38 0 1F 32 93 27 24
Octal 70 177 130 70 0 37 62 223 47 44
Binary 111000 1111111 1011000 111000 0 11111 110010 10010011 100111 100100

Color Harmonies of #387F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F58

Black with #387F58

Text Example


Text Example

White with #387F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,127,88); }

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

background-color css

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

 a { background-color: rgb(56,127,88); }

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

border-color css

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

 span { border-color: rgb(56,127,88); }

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