Html Css Color HEX #36834D Amazon

📋 copy color: '#36834D'

red 54 ◦ green 131 ◦ blue 77

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

Shades of Amazon #36834D

Tints of Amazon #36834D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50%

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

R = 20.61%
G = 50%
B = 29.39%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#36834D (or 0x36834D) is known color: Amazon. HEX triplet: 36, 83 and 4D. RGB value is (54,131,77). Sum of RGB (Red+Green+Blue) = 54+131+77=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #36834D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36834D is #C97CB2. Grayscale: #656565. Windows color (decimal): -13204659 or 5079862. OLE color: 5079862.

HSL color Cylindrical-coordinate representation of color #36834D: hue angle of 137.92º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36834D is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 131 77 -
CMYK 0.59 0 0.41 0.49
HSL 137.92º 0.42% 0.36% -
HSV(B) 137.92º 0.59% 0.51% -
XYZ 10.98 17.55 9.83 -
YUV 101.82 113.99 93.89 -
System Red Green Blue C M Y K H S L
Decimal 54 131 77 0.59 0 0.41 0.49 137.92 0.42 0.36
Hex 36 83 4D 3B 0 29 31 8A 2A 24
Octal 66 203 115 73 0 51 61 212 52 44
Binary 110110 10000011 1001101 111011 0 101001 110001 10001010 101010 100100

Color Harmonies of #36834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36834D

Black with #36834D

Text Example


Text Example

White with #36834D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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