Html Css Color HEX #36834C Amazon

📋 copy color: '#36834C'

red 54 ◦ green 131 ◦ blue 76

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

Shades of Amazon #36834C

Tints of Amazon #36834C

RGB

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

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

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

R = 20.69%
G = 50.19%
B = 29.12%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#36834C (or 0x36834C) is known color: Amazon. HEX triplet: 36, 83 and 4C. RGB value is (54,131,76). Sum of RGB (Red+Green+Blue) = 54+131+76=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #36834C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36834C is #C97CB3. Grayscale: #656565. Windows color (decimal): -13204660 or 5014326. OLE color: 5014326.

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

Color convert

RGB 54 131 76 -
CMYK 0.59 0 0.42 0.49
HSL 137.14º 0.42% 0.36% -
HSV(B) 137.14º 0.59% 0.51% -
XYZ 10.94 17.54 9.65 -
YUV 101.71 113.49 93.97 -
System Red Green Blue C M Y K H S L
Decimal 54 131 76 0.59 0 0.42 0.49 137.14 0.42 0.36
Hex 36 83 4C 3B 0 2A 31 89 2A 24
Octal 66 203 114 73 0 52 61 211 52 44
Binary 110110 10000011 1001100 111011 0 101010 110001 10001001 101010 100100

Color Harmonies of #36834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36834C

Black with #36834C

Text Example


Text Example

White with #36834C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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