Html Css Color HEX #398051 Amazon

📋 copy color: '#398051'

red 57 ◦ green 128 ◦ blue 81

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

Shades of Amazon #398051

Tints of Amazon #398051

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.12%

 BLUE value IS 81 (32.03% from 255) = 30.45%

R = 21.43%
G = 48.12%
B = 30.45%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#398051 (or 0x398051) is known color: Amazon. HEX triplet: 39, 80 and 51. RGB value is (57,128,81). Sum of RGB (Red+Green+Blue) = 57+128+81=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #398051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398051 is #C67FAE. Grayscale: #656565. Windows color (decimal): -13008815 or 5341241. OLE color: 5341241.

HSL color Cylindrical-coordinate representation of color #398051: hue angle of 140.28º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #398051 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 128 81 -
CMYK 0.55 0 0.37 0.50
HSL 140.28º 0.38% 0.36% -
HSV(B) 140.28º 0.55% 0.5% -
XYZ 10.89 16.9 10.47 -
YUV 101.41 116.48 96.32 -
System Red Green Blue C M Y K H S L
Decimal 57 128 81 0.55 0 0.37 0.50 140.28 0.38 0.36
Hex 39 80 51 37 0 25 32 8C 26 24
Octal 71 200 121 67 0 45 62 214 46 44
Binary 111001 10000000 1010001 110111 0 100101 110010 10001100 100110 100100

Color Harmonies of #398051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398051

Black with #398051

Text Example


Text Example

White with #398051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398051; }

 p { color: rgb(57,128,81); }

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

background-color css

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

 a { background-color: rgb(57,128,81); }

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

border-color css

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

 span { border-color: rgb(57,128,81); }

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