Html Css Color HEX #36824F Amazon

📋 copy color: '#36824F'

red 54 ◦ green 130 ◦ blue 79

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

Shades of Amazon #36824F

Tints of Amazon #36824F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.04%

R = 20.53%
G = 49.43%
B = 30.04%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#36824F (or 0x36824F) is known color: Amazon. HEX triplet: 36, 82 and 4F. RGB value is (54,130,79). Sum of RGB (Red+Green+Blue) = 54+130+79=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #36824F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36824F is #C97DB0. Grayscale: #656565. Windows color (decimal): -13204913 or 5210678. OLE color: 5210678.

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

Color convert

RGB 54 130 79 -
CMYK 0.58 0 0.39 0.49
HSL 139.74º 0.41% 0.36% -
HSV(B) 139.74º 0.58% 0.51% -
XYZ 10.92 17.31 10.16 -
YUV 101.46 115.32 94.15 -
System Red Green Blue C M Y K H S L
Decimal 54 130 79 0.58 0 0.39 0.49 139.74 0.41 0.36
Hex 36 82 4F 3A 0 27 31 8C 29 24
Octal 66 202 117 72 0 47 61 214 51 44
Binary 110110 10000010 1001111 111010 0 100111 110001 10001100 101001 100100

Color Harmonies of #36824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36824F

Black with #36824F

Text Example


Text Example

White with #36824F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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