Html Css Color HEX #35854C Amazon

📋 copy color: '#35854C'

red 53 ◦ green 133 ◦ blue 76

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

Shades of Amazon #35854C

Tints of Amazon #35854C

RGB

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

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

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

R = 20.23%
G = 50.76%
B = 29.01%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#35854C (or 0x35854C) is known color: Amazon. HEX triplet: 35, 85 and 4C. RGB value is (53,133,76). Sum of RGB (Red+Green+Blue) = 53+133+76=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 133 (52.34% from 255 or 50.76% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 133 - color contains mainly: green. Hex color #35854C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35854C is #CA7AB3. Grayscale: #666666. Windows color (decimal): -13269684 or 5014837. OLE color: 5014837.

HSL color Cylindrical-coordinate representation of color #35854C: hue angle of 137.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 #35854C is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 133 76 -
CMYK 0.60 0 0.43 0.48
HSL 137.25º 0.43% 0.36% -
HSV(B) 137.25º 0.6% 0.52% -
XYZ 11.16 18.05 9.73 -
YUV 102.58 113 92.63 -
System Red Green Blue C M Y K H S L
Decimal 53 133 76 0.60 0 0.43 0.48 137.25 0.43 0.36
Hex 35 85 4C 3C 0 2B 30 89 2B 24
Octal 65 205 114 74 0 53 60 211 53 44
Binary 110101 10000101 1001100 111100 0 101011 110000 10001001 101011 100100

Color Harmonies of #35854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35854C

Black with #35854C

Text Example


Text Example

White with #35854C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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