Html Css Color HEX #36814A Amazon

📋 copy color: '#36814A'

red 54 ◦ green 129 ◦ blue 74

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

Shades of Amazon #36814A

Tints of Amazon #36814A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.19%

 BLUE value IS 74 (29.3% from 255) = 28.79%

R = 21.01%
G = 50.19%
B = 28.79%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#36814A (or 0x36814A) is known color: Amazon. HEX triplet: 36, 81 and 4A. RGB value is (54,129,74). Sum of RGB (Red+Green+Blue) = 54+129+74=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #36814A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36814A is #C97EB5. Grayscale: #646464. Windows color (decimal): -13205174 or 4882742. OLE color: 4882742.

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

Color convert

RGB 54 129 74 -
CMYK 0.58 0 0.43 0.49
HSL 136º 0.41% 0.36% -
HSV(B) 136º 0.58% 0.51% -
XYZ 10.61 16.98 9.2 -
YUV 100.31 113.15 94.97 -
System Red Green Blue C M Y K H S L
Decimal 54 129 74 0.58 0 0.43 0.49 136 0.41 0.36
Hex 36 81 4A 3A 0 2B 31 88 29 24
Octal 66 201 112 72 0 53 61 210 51 44
Binary 110110 10000001 1001010 111010 0 101011 110001 10001000 101001 100100

Color Harmonies of #36814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36814A

Black with #36814A

Text Example


Text Example

White with #36814A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36814A; }

 p { color: rgb(54,129,74); }

 H1.HeaderClassName
 {
   color: #36814A;
 }
 .AnyTagClassName
 {
   color: #36814A;
 }
</style>

background-color css

<style>
 a { background-color: #36814A; }

 a { background-color: rgb(54,129,74); }

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

border-color css

<style>
 span { border-color: #36814A; }

 span { border-color: rgb(54,129,74); }

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