Html Css Color HEX #398058 Amazon

📋 copy color: '#398058'

red 57 ◦ green 128 ◦ blue 88

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

Shades of Amazon #398058

Tints of Amazon #398058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.23%

R = 20.88%
G = 46.89%
B = 32.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#398058 (or 0x398058) is known color: Amazon. HEX triplet: 39, 80 and 58. RGB value is (57,128,88). Sum of RGB (Red+Green+Blue) = 57+128+88=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 128 - color contains mainly: green. Hex color #398058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398058 is #C67FA7. Grayscale: #666666. Windows color (decimal): -13008808 or 5799993. OLE color: 5799993.

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

Color convert

RGB 57 128 88 -
CMYK 0.55 0 0.31 0.50
HSL 146.2º 0.38% 0.36% -
HSV(B) 146.2º 0.55% 0.5% -
XYZ 11.17 17.01 11.93 -
YUV 102.21 119.98 95.75 -
System Red Green Blue C M Y K H S L
Decimal 57 128 88 0.55 0 0.31 0.50 146.2 0.38 0.36
Hex 39 80 58 37 0 1F 32 92 26 24
Octal 71 200 130 67 0 37 62 222 46 44
Binary 111001 10000000 1011000 110111 0 11111 110010 10010010 100110 100100

Color Harmonies of #398058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398058

Black with #398058

Text Example


Text Example

White with #398058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398058; }

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

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

background-color css

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

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

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

border-color css

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

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

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