Html Css Color HEX #398055 Amazon

📋 copy color: '#398055'

red 57 ◦ green 128 ◦ blue 85

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

Shades of Amazon #398055

Tints of Amazon #398055

RGB

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

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

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

R = 21.11%
G = 47.41%
B = 31.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#398055 (or 0x398055) is known color: Amazon. HEX triplet: 39, 80 and 55. RGB value is (57,128,85). Sum of RGB (Red+Green+Blue) = 57+128+85=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #398055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398055 is #C67FAA. Grayscale: #656565. Windows color (decimal): -13008811 or 5603385. OLE color: 5603385.

HSL color Cylindrical-coordinate representation of color #398055: hue angle of 143.66º 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 #398055 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 128 85 -
CMYK 0.55 0 0.34 0.50
HSL 143.66º 0.38% 0.36% -
HSV(B) 143.66º 0.55% 0.5% -
XYZ 11.05 16.96 11.29 -
YUV 101.87 118.48 96 -
System Red Green Blue C M Y K H S L
Decimal 57 128 85 0.55 0 0.34 0.50 143.66 0.38 0.36
Hex 39 80 55 37 0 22 32 90 26 24
Octal 71 200 125 67 0 42 62 220 46 44
Binary 111001 10000000 1010101 110111 0 100010 110010 10010000 100110 100100

Color Harmonies of #398055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398055

Black with #398055

Text Example


Text Example

White with #398055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398055; }

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

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

background-color css

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

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

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

border-color css

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

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

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