Html Css Color HEX #35864C Amazon

📋 copy color: '#35864C'

red 53 ◦ green 134 ◦ blue 76

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

Shades of Amazon #35864C

Tints of Amazon #35864C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.95%

 BLUE value IS 76 (30.08% from 255) = 28.9%

R = 20.15%
G = 50.95%
B = 28.9%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#35864C (or 0x35864C) is known color: Amazon. HEX triplet: 35, 86 and 4C. RGB value is (53,134,76). Sum of RGB (Red+Green+Blue) = 53+134+76=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #35864C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35864C is #CA79B3. Grayscale: #676767. Windows color (decimal): -13269428 or 5015093. OLE color: 5015093.

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

Color convert

RGB 53 134 76 -
CMYK 0.60 0 0.43 0.47
HSL 137.04º 0.43% 0.37% -
HSV(B) 137.04º 0.6% 0.53% -
XYZ 11.3 18.33 9.78 -
YUV 103.17 112.66 92.22 -
System Red Green Blue C M Y K H S L
Decimal 53 134 76 0.60 0 0.43 0.47 137.04 0.43 0.37
Hex 35 86 4C 3C 0 2B 2F 89 2B 25
Octal 65 206 114 74 0 53 57 211 53 45
Binary 110101 10000110 1001100 111100 0 101011 101111 10001001 101011 100101

Color Harmonies of #35864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35864C

Black with #35864C

Text Example


Text Example

White with #35864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35864C; }

 p { color: rgb(53,134,76); }

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

background-color css

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

 a { background-color: rgb(53,134,76); }

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

border-color css

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

 span { border-color: rgb(53,134,76); }

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