Html Css Color HEX #398655 Amazon

📋 copy color: '#398655'

red 57 ◦ green 134 ◦ blue 85

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

Shades of Amazon #398655

Tints of Amazon #398655

RGB

 RED value IS 57 (22.66% from 255) = 20.65%

 GREEN value IS 134 (52.73% from 255) = 48.55%

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

R = 20.65%
G = 48.55%
B = 30.8%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#398655 (or 0x398655) is known color: Amazon. HEX triplet: 39, 86 and 55. RGB value is (57,134,85). Sum of RGB (Red+Green+Blue) = 57+134+85=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #398655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398655 is #C679AA. Grayscale: #696969. Windows color (decimal): -13007275 or 5604921. OLE color: 5604921.

HSL color Cylindrical-coordinate representation of color #398655: hue angle of 141.82º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #398655 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 134 85 -
CMYK 0.57 0 0.37 0.47
HSL 141.82º 0.4% 0.37% -
HSV(B) 141.82º 0.57% 0.53% -
XYZ 11.85 18.58 11.56 -
YUV 105.39 116.49 93.48 -
System Red Green Blue C M Y K H S L
Decimal 57 134 85 0.57 0 0.37 0.47 141.82 0.4 0.37
Hex 39 86 55 39 0 25 2F 8E 28 25
Octal 71 206 125 71 0 45 57 216 50 45
Binary 111001 10000110 1010101 111001 0 100101 101111 10001110 101000 100101

Color Harmonies of #398655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398655

Black with #398655

Text Example


Text Example

White with #398655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398655; }

 p { color: rgb(57,134,85); }

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

background-color css

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

 a { background-color: rgb(57,134,85); }

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

border-color css

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

 span { border-color: rgb(57,134,85); }

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