Html Css Color HEX #35784C Amazon

📋 copy color: '#35784C'

red 53 ◦ green 120 ◦ blue 76

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

Shades of Amazon #35784C

Tints of Amazon #35784C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.19%

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

R = 21.29%
G = 48.19%
B = 30.52%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#35784C (or 0x35784C) is known color: Amazon. HEX triplet: 35, 78 and 4C. RGB value is (53,120,76). Sum of RGB (Red+Green+Blue) = 53+120+76=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 120 - color contains mainly: green. Hex color #35784C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35784C is #CA87B3. Grayscale: #5F5F5F. Windows color (decimal): -13273012 or 5011509. OLE color: 5011509.

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

Color convert

RGB 53 120 76 -
CMYK 0.56 0 0.37 0.53
HSL 140.6º 0.39% 0.34% -
HSV(B) 140.6º 0.56% 0.47% -
XYZ 9.49 14.71 9.18 -
YUV 94.95 117.3 98.08 -
System Red Green Blue C M Y K H S L
Decimal 53 120 76 0.56 0 0.37 0.53 140.6 0.39 0.34
Hex 35 78 4C 38 0 25 35 8D 27 22
Octal 65 170 114 70 0 45 65 215 47 42
Binary 110101 1111000 1001100 111000 0 100101 110101 10001101 100111 100010

Color Harmonies of #35784C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35784C

Black with #35784C

Text Example


Text Example

White with #35784C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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