Html Css Color HEX #36854D Amazon

📋 copy color: '#36854D'

red 54 ◦ green 133 ◦ blue 77

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

Shades of Amazon #36854D

Tints of Amazon #36854D

RGB

 RED value IS 54 (21.48% from 255) = 20.45%

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

 BLUE value IS 77 (30.47% from 255) = 29.17%

R = 20.45%
G = 50.38%
B = 29.17%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#36854D (or 0x36854D) is known color: Amazon. HEX triplet: 36, 85 and 4D. RGB value is (54,133,77). Sum of RGB (Red+Green+Blue) = 54+133+77=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #36854D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36854D is #C97AB2. Grayscale: #676767. Windows color (decimal): -13204147 or 5080374. OLE color: 5080374.

HSL color Cylindrical-coordinate representation of color #36854D: hue angle of 137.47º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36854D is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 133 77 -
CMYK 0.59 0 0.42 0.48
HSL 137.47º 0.42% 0.37% -
HSV(B) 137.47º 0.59% 0.52% -
XYZ 11.25 18.1 9.92 -
YUV 103 113.33 93.05 -
System Red Green Blue C M Y K H S L
Decimal 54 133 77 0.59 0 0.42 0.48 137.47 0.42 0.37
Hex 36 85 4D 3B 0 2A 30 89 2A 25
Octal 66 205 115 73 0 52 60 211 52 45
Binary 110110 10000101 1001101 111011 0 101010 110000 10001001 101010 100101

Color Harmonies of #36854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36854D

Black with #36854D

Text Example


Text Example

White with #36854D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36854D; }

 p { color: rgb(54,133,77); }

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

background-color css

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

 a { background-color: rgb(54,133,77); }

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

border-color css

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

 span { border-color: rgb(54,133,77); }

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