Html Css Color HEX #358748 Amazon

📋 copy color: '#358748'

red 53 ◦ green 135 ◦ blue 72

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

Shades of Amazon #358748

Tints of Amazon #358748

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.92%

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

R = 20.38%
G = 51.92%
B = 27.69%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#358748 (or 0x358748) is known color: Amazon. HEX triplet: 35, 87 and 48. RGB value is (53,135,72). Sum of RGB (Red+Green+Blue) = 53+135+72=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #358748 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358748 is #CA78B7. Grayscale: #676767. Windows color (decimal): -13269176 or 4753205. OLE color: 4753205.

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

Color convert

RGB 53 135 72 -
CMYK 0.61 0 0.47 0.47
HSL 133.9º 0.44% 0.37% -
HSV(B) 133.9º 0.61% 0.53% -
XYZ 11.3 18.55 9.12 -
YUV 103.3 110.33 92.12 -
System Red Green Blue C M Y K H S L
Decimal 53 135 72 0.61 0 0.47 0.47 133.9 0.44 0.37
Hex 35 87 48 3D 0 2F 2F 86 2C 25
Octal 65 207 110 75 0 57 57 206 54 45
Binary 110101 10000111 1001000 111101 0 101111 101111 10000110 101100 100101

Color Harmonies of #358748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358748

Black with #358748

Text Example


Text Example

White with #358748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358748; }

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

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

background-color css

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

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

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

border-color css

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

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

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