Html Css Color HEX #398650 Amazon

📋 copy color: '#398650'

red 57 ◦ green 134 ◦ blue 80

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

Shades of Amazon #398650

Tints of Amazon #398650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 21.03%
G = 49.45%
B = 29.52%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#398650 (or 0x398650) is known color: Amazon. HEX triplet: 39, 86 and 50. RGB value is (57,134,80). Sum of RGB (Red+Green+Blue) = 57+134+80=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #398650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398650 is #C679AF. Grayscale: #686868. Windows color (decimal): -13007280 or 5277241. OLE color: 5277241.

HSL color Cylindrical-coordinate representation of color #398650: hue angle of 137.92º 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 #398650 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 134 80 -
CMYK 0.57 0 0.40 0.47
HSL 137.92º 0.4% 0.37% -
HSV(B) 137.92º 0.57% 0.53% -
XYZ 11.66 18.5 10.55 -
YUV 104.82 113.99 93.89 -
System Red Green Blue C M Y K H S L
Decimal 57 134 80 0.57 0 0.40 0.47 137.92 0.4 0.37
Hex 39 86 50 39 0 28 2F 8A 28 25
Octal 71 206 120 71 0 50 57 212 50 45
Binary 111001 10000110 1010000 111001 0 101000 101111 10001010 101000 100101

Color Harmonies of #398650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398650

Black with #398650

Text Example


Text Example

White with #398650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398650; }

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

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

background-color css

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

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

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

border-color css

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

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

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