Html Css Color HEX #36824E Amazon

📋 copy color: '#36824E'

red 54 ◦ green 130 ◦ blue 78

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

Shades of Amazon #36824E

Tints of Amazon #36824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.62%

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

R = 20.61%
G = 49.62%
B = 29.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#36824E (or 0x36824E) is known color: Amazon. HEX triplet: 36, 82 and 4E. RGB value is (54,130,78). Sum of RGB (Red+Green+Blue) = 54+130+78=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #36824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36824E is #C97DB1. Grayscale: #656565. Windows color (decimal): -13204914 or 5145142. OLE color: 5145142.

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

Color convert

RGB 54 130 78 -
CMYK 0.58 0 0.40 0.49
HSL 138.95º 0.41% 0.36% -
HSV(B) 138.95º 0.58% 0.51% -
XYZ 10.88 17.3 9.97 -
YUV 101.35 114.82 94.23 -
System Red Green Blue C M Y K H S L
Decimal 54 130 78 0.58 0 0.40 0.49 138.95 0.41 0.36
Hex 36 82 4E 3A 0 28 31 8B 29 24
Octal 66 202 116 72 0 50 61 213 51 44
Binary 110110 10000010 1001110 111010 0 101000 110001 10001011 101001 100100

Color Harmonies of #36824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36824E

Black with #36824E

Text Example


Text Example

White with #36824E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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