Html Css Color HEX #398850 Amazon

📋 copy color: '#398850'

red 57 ◦ green 136 ◦ blue 80

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

Shades of Amazon #398850

Tints of Amazon #398850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 49.82%

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

R = 20.88%
G = 49.82%
B = 29.3%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#398850 (or 0x398850) is known color: Amazon. HEX triplet: 39, 88 and 50. RGB value is (57,136,80). Sum of RGB (Red+Green+Blue) = 57+136+80=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #398850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398850 is #C677AF. Grayscale: #6A6A6A. Windows color (decimal): -13006768 or 5277753. OLE color: 5277753.

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

Color convert

RGB 57 136 80 -
CMYK 0.58 0 0.41 0.47
HSL 137.47º 0.41% 0.38% -
HSV(B) 137.47º 0.58% 0.53% -
XYZ 11.94 19.06 10.64 -
YUV 106 113.33 93.05 -
System Red Green Blue C M Y K H S L
Decimal 57 136 80 0.58 0 0.41 0.47 137.47 0.41 0.38
Hex 39 88 50 3A 0 29 2F 89 29 26
Octal 71 210 120 72 0 51 57 211 51 46
Binary 111001 10001000 1010000 111010 0 101001 101111 10001001 101001 100110

Color Harmonies of #398850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398850

Black with #398850

Text Example


Text Example

White with #398850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398850; }

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

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

background-color css

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

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

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

border-color css

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

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

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