Html Css Color HEX #36874B Amazon

📋 copy color: '#36874B'

red 54 ◦ green 135 ◦ blue 75

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

Shades of Amazon #36874B

Tints of Amazon #36874B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.41%

R = 20.45%
G = 51.14%
B = 28.41%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#36874B (or 0x36874B) is known color: Amazon. HEX triplet: 36, 87 and 4B. RGB value is (54,135,75). Sum of RGB (Red+Green+Blue) = 54+135+75=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #36874B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36874B is #C978B4. Grayscale: #686868. Windows color (decimal): -13203637 or 4949814. OLE color: 4949814.

HSL color Cylindrical-coordinate representation of color #36874B: hue angle of 135.56º 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 #36874B is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 135 75 -
CMYK 0.60 0 0.44 0.47
HSL 135.56º 0.43% 0.37% -
HSV(B) 135.56º 0.6% 0.53% -
XYZ 11.46 18.62 9.65 -
YUV 103.94 111.66 92.38 -
System Red Green Blue C M Y K H S L
Decimal 54 135 75 0.60 0 0.44 0.47 135.56 0.43 0.37
Hex 36 87 4B 3C 0 2C 2F 88 2B 25
Octal 66 207 113 74 0 54 57 210 53 45
Binary 110110 10000111 1001011 111100 0 101100 101111 10001000 101011 100101

Color Harmonies of #36874B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36874B

Black with #36874B

Text Example


Text Example

White with #36874B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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