Html Css Color HEX #36834F Amazon

📋 copy color: '#36834F'

red 54 ◦ green 131 ◦ blue 79

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

Shades of Amazon #36834F

Tints of Amazon #36834F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.62%

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

R = 20.45%
G = 49.62%
B = 29.92%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#36834F (or 0x36834F) is known color: Amazon. HEX triplet: 36, 83 and 4F. RGB value is (54,131,79). Sum of RGB (Red+Green+Blue) = 54+131+79=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #36834F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36834F is #C97CB0. Grayscale: #666666. Windows color (decimal): -13204657 or 5210934. OLE color: 5210934.

HSL color Cylindrical-coordinate representation of color #36834F: hue angle of 139.48º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36834F is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 131 79 -
CMYK 0.59 0 0.40 0.49
HSL 139.48º 0.42% 0.36% -
HSV(B) 139.48º 0.59% 0.51% -
XYZ 11.05 17.58 10.21 -
YUV 102.05 114.99 93.73 -
System Red Green Blue C M Y K H S L
Decimal 54 131 79 0.59 0 0.40 0.49 139.48 0.42 0.36
Hex 36 83 4F 3B 0 28 31 8B 2A 24
Octal 66 203 117 73 0 50 61 213 52 44
Binary 110110 10000011 1001111 111011 0 101000 110001 10001011 101010 100100

Color Harmonies of #36834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36834F

Black with #36834F

Text Example


Text Example

White with #36834F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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