Html Css Color HEX #358348 Amazon

📋 copy color: '#358348'

red 53 ◦ green 131 ◦ blue 72

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

Shades of Amazon #358348

Tints of Amazon #358348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.13%

R = 20.7%
G = 51.17%
B = 28.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#358348 (or 0x358348) is known color: Amazon. HEX triplet: 35, 83 and 48. RGB value is (53,131,72). Sum of RGB (Red+Green+Blue) = 53+131+72=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #358348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358348 is #CA7CB7. Grayscale: #656565. Windows color (decimal): -13270200 or 4752181. OLE color: 4752181.

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

Color convert

RGB 53 131 72 -
CMYK 0.60 0 0.45 0.49
HSL 134.62º 0.42% 0.36% -
HSV(B) 134.62º 0.6% 0.51% -
XYZ 10.75 17.46 8.93 -
YUV 100.95 111.66 93.8 -
System Red Green Blue C M Y K H S L
Decimal 53 131 72 0.60 0 0.45 0.49 134.62 0.42 0.36
Hex 35 83 48 3C 0 2D 31 87 2A 24
Octal 65 203 110 74 0 55 61 207 52 44
Binary 110101 10000011 1001000 111100 0 101101 110001 10000111 101010 100100

Color Harmonies of #358348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358348

Black with #358348

Text Example


Text Example

White with #358348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358348; }

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

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

background-color css

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

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

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

border-color css

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

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

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