Html Css Color HEX #398358 Amazon

📋 copy color: '#398358'

red 57 ◦ green 131 ◦ blue 88

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

Shades of Amazon #398358

Tints of Amazon #398358

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.46%

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

R = 20.65%
G = 47.46%
B = 31.88%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#398358 (or 0x398358) is known color: Amazon. HEX triplet: 39, 83 and 58. RGB value is (57,131,88). Sum of RGB (Red+Green+Blue) = 57+131+88=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 131 - color contains mainly: green. Hex color #398358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398358 is #C67CA7. Grayscale: #686868. Windows color (decimal): -13008040 or 5800761. OLE color: 5800761.

HSL color Cylindrical-coordinate representation of color #398358: hue angle of 145.14º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #398358 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 131 88 -
CMYK 0.56 0 0.33 0.49
HSL 145.14º 0.39% 0.37% -
HSV(B) 145.14º 0.56% 0.51% -
XYZ 11.57 17.81 12.06 -
YUV 103.97 118.98 94.5 -
System Red Green Blue C M Y K H S L
Decimal 57 131 88 0.56 0 0.33 0.49 145.14 0.39 0.37
Hex 39 83 58 38 0 21 31 91 27 25
Octal 71 203 130 70 0 41 61 221 47 45
Binary 111001 10000011 1011000 111000 0 100001 110001 10010001 100111 100101

Color Harmonies of #398358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398358

Black with #398358

Text Example


Text Example

White with #398358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398358; }

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

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

background-color css

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

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

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

border-color css

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

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

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