Html Css Color HEX #358944 Amazon

📋 copy color: '#358944'

red 53 ◦ green 137 ◦ blue 68

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

Shades of Amazon #358944

Tints of Amazon #358944

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.1%

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

R = 20.54%
G = 53.1%
B = 26.36%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#358944 (or 0x358944) is known color: Amazon. HEX triplet: 35, 89 and 44. RGB value is (53,137,68). Sum of RGB (Red+Green+Blue) = 53+137+68=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 137 (53.91% from 255 or 53.10% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 137 - color contains mainly: green. Hex color #358944 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358944 is #CA76BB. Grayscale: #686868. Windows color (decimal): -13268668 or 4491573. OLE color: 4491573.

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

Color convert

RGB 53 137 68 -
CMYK 0.61 0 0.50 0.46
HSL 130.71º 0.44% 0.37% -
HSV(B) 130.71º 0.61% 0.54% -
XYZ 11.46 19.07 8.55 -
YUV 104.02 107.67 91.61 -
System Red Green Blue C M Y K H S L
Decimal 53 137 68 0.61 0 0.50 0.46 130.71 0.44 0.37
Hex 35 89 44 3D 0 32 2E 83 2C 25
Octal 65 211 104 75 0 62 56 203 54 45
Binary 110101 10001001 1000100 111101 0 110010 101110 10000011 101100 100101

Color Harmonies of #358944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358944

Black with #358944

Text Example


Text Example

White with #358944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358944; }

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

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

background-color css

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

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

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

border-color css

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

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

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