Html Css Color HEX #387655 Amazon

📋 copy color: '#387655'

red 56 ◦ green 118 ◦ blue 85

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

Shades of Amazon #387655

Tints of Amazon #387655

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.56%

 BLUE value IS 85 (33.59% from 255) = 32.82%

R = 21.62%
G = 45.56%
B = 32.82%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#387655 (or 0x387655) is known color: Amazon. HEX triplet: 38, 76 and 55. RGB value is (56,118,85). Sum of RGB (Red+Green+Blue) = 56+118+85=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #387655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387655 is #C789AA. Grayscale: #5F5F5F. Windows color (decimal): -13076907 or 5600824. OLE color: 5600824.

HSL color Cylindrical-coordinate representation of color #387655: hue angle of 148.06º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387655 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 118 85 -
CMYK 0.53 0 0.28 0.54
HSL 148.06º 0.36% 0.34% -
HSV(B) 148.06º 0.53% 0.46% -
XYZ 9.75 14.45 10.87 -
YUV 95.7 121.96 99.68 -
System Red Green Blue C M Y K H S L
Decimal 56 118 85 0.53 0 0.28 0.54 148.06 0.36 0.34
Hex 38 76 55 35 0 1C 36 94 24 22
Octal 70 166 125 65 0 34 66 224 44 42
Binary 111000 1110110 1010101 110101 0 11100 110110 10010100 100100 100010

Color Harmonies of #387655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387655

Black with #387655

Text Example


Text Example

White with #387655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387655; }

 p { color: rgb(56,118,85); }

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

background-color css

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

 a { background-color: rgb(56,118,85); }

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

border-color css

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

 span { border-color: rgb(56,118,85); }

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