Html Css Color HEX #358148 Amazon

📋 copy color: '#358148'

red 53 ◦ green 129 ◦ blue 72

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

Shades of Amazon #358148

Tints of Amazon #358148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.79%

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

R = 20.87%
G = 50.79%
B = 28.35%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#358148 (or 0x358148) is known color: Amazon. HEX triplet: 35, 81 and 48. RGB value is (53,129,72). Sum of RGB (Red+Green+Blue) = 53+129+72=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 129 (50.78% from 255 or 50.79% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 129 - color contains mainly: green. Hex color #358148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358148 is #CA7EB7. Grayscale: #636363. Windows color (decimal): -13270712 or 4751669. OLE color: 4751669.

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

Color convert

RGB 53 129 72 -
CMYK 0.59 0 0.44 0.49
HSL 135º 0.42% 0.36% -
HSV(B) 135º 0.59% 0.51% -
XYZ 10.49 16.93 8.85 -
YUV 99.78 112.32 94.63 -
System Red Green Blue C M Y K H S L
Decimal 53 129 72 0.59 0 0.44 0.49 135 0.42 0.36
Hex 35 81 48 3B 0 2C 31 87 2A 24
Octal 65 201 110 73 0 54 61 207 52 44
Binary 110101 10000001 1001000 111011 0 101100 110001 10000111 101010 100100

Color Harmonies of #358148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358148

Black with #358148

Text Example


Text Example

White with #358148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358148; }

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

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

background-color css

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

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

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

border-color css

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

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

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