Html Css Color HEX #358246 Amazon

📋 copy color: '#358246'

red 53 ◦ green 130 ◦ blue 70

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

Shades of Amazon #358246

Tints of Amazon #358246

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.38%

 BLUE value IS 70 (27.73% from 255) = 27.67%

R = 20.95%
G = 51.38%
B = 27.67%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#358246 (or 0x358246) is known color: Amazon. HEX triplet: 35, 82 and 46. RGB value is (53,130,70). Sum of RGB (Red+Green+Blue) = 53+130+70=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #358246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358246 is #CA7DB9. Grayscale: #646464. Windows color (decimal): -13270458 or 4620853. OLE color: 4620853.

HSL color Cylindrical-coordinate representation of color #358246: hue angle of 133.25º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358246 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 130 70 -
CMYK 0.59 0 0.46 0.49
HSL 133.25º 0.42% 0.36% -
HSV(B) 133.25º 0.59% 0.51% -
XYZ 10.56 17.16 8.55 -
YUV 100.14 110.99 94.38 -
System Red Green Blue C M Y K H S L
Decimal 53 130 70 0.59 0 0.46 0.49 133.25 0.42 0.36
Hex 35 82 46 3B 0 2E 31 85 2A 24
Octal 65 202 106 73 0 56 61 205 52 44
Binary 110101 10000010 1000110 111011 0 101110 110001 10000101 101010 100100

Color Harmonies of #358246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358246

Black with #358246

Text Example


Text Example

White with #358246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358246; }

 p { color: rgb(53,130,70); }

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

background-color css

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

 a { background-color: rgb(53,130,70); }

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

border-color css

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

 span { border-color: rgb(53,130,70); }

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