Html Css Color HEX #36854F Amazon

📋 copy color: '#36854F'

red 54 ◦ green 133 ◦ blue 79

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

Shades of Amazon #36854F

Tints of Amazon #36854F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.7%

R = 20.3%
G = 50%
B = 29.7%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#36854F (or 0x36854F) is known color: Amazon. HEX triplet: 36, 85 and 4F. RGB value is (54,133,79). Sum of RGB (Red+Green+Blue) = 54+133+79=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #36854F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36854F is #C97AB0. Grayscale: #676767. Windows color (decimal): -13204145 or 5211446. OLE color: 5211446.

HSL color Cylindrical-coordinate representation of color #36854F: hue angle of 138.99º 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 #36854F is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 133 79 -
CMYK 0.59 0 0.41 0.48
HSL 138.99º 0.42% 0.37% -
HSV(B) 138.99º 0.59% 0.52% -
XYZ 11.32 18.12 10.3 -
YUV 103.22 114.33 92.89 -
System Red Green Blue C M Y K H S L
Decimal 54 133 79 0.59 0 0.41 0.48 138.99 0.42 0.37
Hex 36 85 4F 3B 0 29 30 8B 2A 25
Octal 66 205 117 73 0 51 60 213 52 45
Binary 110110 10000101 1001111 111011 0 101001 110000 10001011 101010 100101

Color Harmonies of #36854F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36854F

Black with #36854F

Text Example


Text Example

White with #36854F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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