Html Css Color HEX #358544 Amazon

📋 copy color: '#358544'

red 53 ◦ green 133 ◦ blue 68

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

Shades of Amazon #358544

Tints of Amazon #358544

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.36%

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

R = 20.87%
G = 52.36%
B = 26.77%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#358544 (or 0x358544) is known color: Amazon. HEX triplet: 35, 85 and 44. RGB value is (53,133,68). Sum of RGB (Red+Green+Blue) = 53+133+68=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #358544 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358544 is #CA7ABB. Grayscale: #656565. Windows color (decimal): -13269692 or 4490549. OLE color: 4490549.

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

Color convert

RGB 53 133 68 -
CMYK 0.60 0 0.49 0.48
HSL 131.25º 0.43% 0.36% -
HSV(B) 131.25º 0.6% 0.52% -
XYZ 10.9 17.95 8.36 -
YUV 101.67 109 93.29 -
System Red Green Blue C M Y K H S L
Decimal 53 133 68 0.60 0 0.49 0.48 131.25 0.43 0.36
Hex 35 85 44 3C 0 31 30 83 2B 24
Octal 65 205 104 74 0 61 60 203 53 44
Binary 110101 10000101 1000100 111100 0 110001 110000 10000011 101011 100100

Color Harmonies of #358544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358544

Black with #358544

Text Example


Text Example

White with #358544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358544; }

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

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

background-color css

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

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

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

border-color css

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

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

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