Html Css Color HEX #398360 Amazon

📋 copy color: '#398360'

red 57 ◦ green 131 ◦ blue 96

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

Shades of Amazon #398360

Tints of Amazon #398360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.8%

R = 20.07%
G = 46.13%
B = 33.8%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#398360 (or 0x398360) is known color: Amazon. HEX triplet: 39, 83 and 60. RGB value is (57,131,96). Sum of RGB (Red+Green+Blue) = 57+131+96=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #398360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398360 is #C67C9F. Grayscale: #686868. Windows color (decimal): -13008032 or 6325049. OLE color: 6325049.

HSL color Cylindrical-coordinate representation of color #398360: hue angle of 151.62º 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 #398360 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 131 96 -
CMYK 0.56 0 0.27 0.49
HSL 151.62º 0.39% 0.37% -
HSV(B) 151.62º 0.56% 0.51% -
XYZ 11.91 17.95 13.9 -
YUV 104.88 122.98 93.85 -
System Red Green Blue C M Y K H S L
Decimal 57 131 96 0.56 0 0.27 0.49 151.62 0.39 0.37
Hex 39 83 60 38 0 1B 31 98 27 25
Octal 71 203 140 70 0 33 61 230 47 45
Binary 111001 10000011 1100000 111000 0 11011 110001 10011000 100111 100101

Color Harmonies of #398360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398360

Black with #398360

Text Example


Text Example

White with #398360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398360; }

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

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

background-color css

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

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

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

border-color css

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

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

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