Html Css Color HEX #398755 Amazon

📋 copy color: '#398755'

red 57 ◦ green 135 ◦ blue 85

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

Shades of Amazon #398755

Tints of Amazon #398755

RGB

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

 GREEN value IS 135 (53.13% from 255) = 48.74%

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

R = 20.58%
G = 48.74%
B = 30.69%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#398755 (or 0x398755) is known color: Amazon. HEX triplet: 39, 87 and 55. RGB value is (57,135,85). Sum of RGB (Red+Green+Blue) = 57+135+85=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 135 - color contains mainly: green. Hex color #398755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398755 is #C678AA. Grayscale: #6A6A6A. Windows color (decimal): -13007019 or 5605177. OLE color: 5605177.

HSL color Cylindrical-coordinate representation of color #398755: hue angle of 141.54º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398755 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 135 85 -
CMYK 0.58 0 0.37 0.47
HSL 141.54º 0.41% 0.38% -
HSV(B) 141.54º 0.58% 0.53% -
XYZ 11.99 18.85 11.6 -
YUV 105.98 116.16 93.07 -
System Red Green Blue C M Y K H S L
Decimal 57 135 85 0.58 0 0.37 0.47 141.54 0.41 0.38
Hex 39 87 55 3A 0 25 2F 8E 29 26
Octal 71 207 125 72 0 45 57 216 51 46
Binary 111001 10000111 1010101 111010 0 100101 101111 10001110 101001 100110

Color Harmonies of #398755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398755

Black with #398755

Text Example


Text Example

White with #398755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398755; }

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

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

background-color css

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

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

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

border-color css

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

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

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