Html Css Color HEX #358649 Amazon

📋 copy color: '#358649'

red 53 ◦ green 134 ◦ blue 73

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

Shades of Amazon #358649

Tints of Amazon #358649

RGB

 RED value IS 53 (21.09% from 255) = 20.38%

 GREEN value IS 134 (52.73% from 255) = 51.54%

 BLUE value IS 73 (28.91% from 255) = 28.08%

R = 20.38%
G = 51.54%
B = 28.08%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#358649 (or 0x358649) is known color: Amazon. HEX triplet: 35, 86 and 49. RGB value is (53,134,73). Sum of RGB (Red+Green+Blue) = 53+134+73=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #358649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358649 is #CA79B6. Grayscale: #666666. Windows color (decimal): -13269431 or 4818485. OLE color: 4818485.

HSL color Cylindrical-coordinate representation of color #358649: hue angle of 134.81º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358649 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 134 73 -
CMYK 0.60 0 0.46 0.47
HSL 134.81º 0.43% 0.37% -
HSV(B) 134.81º 0.6% 0.53% -
XYZ 11.2 18.29 9.24 -
YUV 102.83 111.16 92.46 -
System Red Green Blue C M Y K H S L
Decimal 53 134 73 0.60 0 0.46 0.47 134.81 0.43 0.37
Hex 35 86 49 3C 0 2E 2F 87 2B 25
Octal 65 206 111 74 0 56 57 207 53 45
Binary 110101 10000110 1001001 111100 0 101110 101111 10000111 101011 100101

Color Harmonies of #358649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358649

Black with #358649

Text Example


Text Example

White with #358649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358649; }

 p { color: rgb(53,134,73); }

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

background-color css

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

 a { background-color: rgb(53,134,73); }

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

border-color css

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

 span { border-color: rgb(53,134,73); }

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