Html Css Color HEX #358344 Amazon

📋 copy color: '#358344'

red 53 ◦ green 131 ◦ blue 68

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

Shades of Amazon #358344

Tints of Amazon #358344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.98%

R = 21.03%
G = 51.98%
B = 26.98%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#358344 (or 0x358344) is known color: Amazon. HEX triplet: 35, 83 and 44. RGB value is (53,131,68). Sum of RGB (Red+Green+Blue) = 53+131+68=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #358344 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358344 is #CA7CBB. Grayscale: #646464. Windows color (decimal): -13270204 or 4490037. OLE color: 4490037.

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

Color convert

RGB 53 131 68 -
CMYK 0.60 0 0.48 0.49
HSL 131.54º 0.42% 0.36% -
HSV(B) 131.54º 0.6% 0.51% -
XYZ 10.63 17.41 8.27 -
YUV 100.5 109.66 94.12 -
System Red Green Blue C M Y K H S L
Decimal 53 131 68 0.60 0 0.48 0.49 131.54 0.42 0.36
Hex 35 83 44 3C 0 30 31 84 2A 24
Octal 65 203 104 74 0 60 61 204 52 44
Binary 110101 10000011 1000100 111100 0 110000 110001 10000100 101010 100100

Color Harmonies of #358344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358344

Black with #358344

Text Example


Text Example

White with #358344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358344; }

 p { color: rgb(53,131,68); }

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

background-color css

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

 a { background-color: rgb(53,131,68); }

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

border-color css

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

 span { border-color: rgb(53,131,68); }

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