Html Css Color HEX #36874F Amazon

📋 copy color: '#36874F'

red 54 ◦ green 135 ◦ blue 79

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

Shades of Amazon #36874F

Tints of Amazon #36874F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50.37%

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

R = 20.15%
G = 50.37%
B = 29.48%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#36874F (or 0x36874F) is known color: Amazon. HEX triplet: 36, 87 and 4F. RGB value is (54,135,79). Sum of RGB (Red+Green+Blue) = 54+135+79=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #36874F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36874F is #C978B0. Grayscale: #686868. Windows color (decimal): -13203633 or 5211958. OLE color: 5211958.

HSL color Cylindrical-coordinate representation of color #36874F: hue angle of 138.52º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36874F is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 135 79 -
CMYK 0.60 0 0.41 0.47
HSL 138.52º 0.43% 0.37% -
HSV(B) 138.52º 0.6% 0.53% -
XYZ 11.6 18.68 10.39 -
YUV 104.4 113.66 92.05 -
System Red Green Blue C M Y K H S L
Decimal 54 135 79 0.60 0 0.41 0.47 138.52 0.43 0.37
Hex 36 87 4F 3C 0 29 2F 8B 2B 25
Octal 66 207 117 74 0 51 57 213 53 45
Binary 110110 10000111 1001111 111100 0 101001 101111 10001011 101011 100101

Color Harmonies of #36874F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36874F

Black with #36874F

Text Example


Text Example

White with #36874F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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