Html Css Color HEX #36834E Amazon

📋 copy color: '#36834E'

red 54 ◦ green 131 ◦ blue 78

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

Shades of Amazon #36834E

Tints of Amazon #36834E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.66%

R = 20.53%
G = 49.81%
B = 29.66%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#36834E (or 0x36834E) is known color: Amazon. HEX triplet: 36, 83 and 4E. RGB value is (54,131,78). Sum of RGB (Red+Green+Blue) = 54+131+78=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 131 (51.56% from 255 or 49.81% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 131 - color contains mainly: green. Hex color #36834E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36834E is #C97CB1. Grayscale: #666666. Windows color (decimal): -13204658 or 5145398. OLE color: 5145398.

HSL color Cylindrical-coordinate representation of color #36834E: hue angle of 138.7º 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 #36834E is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 131 78 -
CMYK 0.59 0 0.40 0.49
HSL 138.7º 0.42% 0.36% -
HSV(B) 138.7º 0.59% 0.51% -
XYZ 11.01 17.57 10.02 -
YUV 101.94 114.49 93.81 -
System Red Green Blue C M Y K H S L
Decimal 54 131 78 0.59 0 0.40 0.49 138.7 0.42 0.36
Hex 36 83 4E 3B 0 28 31 8B 2A 24
Octal 66 203 116 73 0 50 61 213 52 44
Binary 110110 10000011 1001110 111011 0 101000 110001 10001011 101010 100100

Color Harmonies of #36834E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36834E

Black with #36834E

Text Example


Text Example

White with #36834E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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