Html Css Color HEX #358744 Amazon

📋 copy color: '#358744'

red 53 ◦ green 135 ◦ blue 68

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

Shades of Amazon #358744

Tints of Amazon #358744

RGB

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

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

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

R = 20.7%
G = 52.73%
B = 26.56%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#358744 (or 0x358744) is known color: Amazon. HEX triplet: 35, 87 and 44. RGB value is (53,135,68). Sum of RGB (Red+Green+Blue) = 53+135+68=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #358744 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358744 is #CA78BB. Grayscale: #676767. Windows color (decimal): -13269180 or 4491061. OLE color: 4491061.

HSL color Cylindrical-coordinate representation of color #358744: hue angle of 130.98º 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 #358744 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 135 68 -
CMYK 0.61 0 0.50 0.47
HSL 130.98º 0.44% 0.37% -
HSV(B) 130.98º 0.61% 0.53% -
XYZ 11.18 18.5 8.45 -
YUV 102.84 108.33 92.45 -
System Red Green Blue C M Y K H S L
Decimal 53 135 68 0.61 0 0.50 0.47 130.98 0.44 0.37
Hex 35 87 44 3D 0 32 2F 83 2C 25
Octal 65 207 104 75 0 62 57 203 54 45
Binary 110101 10000111 1000100 111101 0 110010 101111 10000011 101100 100101

Color Harmonies of #358744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358744

Black with #358744

Text Example


Text Example

White with #358744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358744; }

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

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

background-color css

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

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

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

border-color css

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

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

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