Html Css Color HEX #35764A Amazon

📋 copy color: '#35764A'

red 53 ◦ green 118 ◦ blue 74

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

Shades of Amazon #35764A

Tints of Amazon #35764A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.16%

 BLUE value IS 74 (29.3% from 255) = 30.2%

R = 21.63%
G = 48.16%
B = 30.2%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#35764A (or 0x35764A) is known color: Amazon. HEX triplet: 35, 76 and 4A. RGB value is (53,118,74). Sum of RGB (Red+Green+Blue) = 53+118+74=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #35764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35764A is #CA89B5. Grayscale: #5D5D5D. Windows color (decimal): -13273526 or 4879925. OLE color: 4879925.

HSL color Cylindrical-coordinate representation of color #35764A: hue angle of 139.38º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35764A is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 118 74 -
CMYK 0.55 0 0.37 0.54
HSL 139.38º 0.38% 0.34% -
HSV(B) 139.38º 0.55% 0.46% -
XYZ 9.18 14.21 8.74 -
YUV 93.55 116.97 99.08 -
System Red Green Blue C M Y K H S L
Decimal 53 118 74 0.55 0 0.37 0.54 139.38 0.38 0.34
Hex 35 76 4A 37 0 25 36 8B 26 22
Octal 65 166 112 67 0 45 66 213 46 42
Binary 110101 1110110 1001010 110111 0 100101 110110 10001011 100110 100010

Color Harmonies of #35764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35764A

Black with #35764A

Text Example


Text Example

White with #35764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35764A; }

 p { color: rgb(53,118,74); }

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

background-color css

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

 a { background-color: rgb(53,118,74); }

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

border-color css

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

 span { border-color: rgb(53,118,74); }

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