Html Css Color HEX #367259 Amazon

📋 copy color: '#367259'

red 54 ◦ green 114 ◦ blue 89

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

Shades of Amazon #367259

Tints of Amazon #367259

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.36%

 BLUE value IS 89 (35.16% from 255) = 34.63%

R = 21.01%
G = 44.36%
B = 34.63%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#367259 (or 0x367259) is known color: Amazon. HEX triplet: 36, 72 and 59. RGB value is (54,114,89). Sum of RGB (Red+Green+Blue) = 54+114+89=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 114 - color contains mainly: green. Hex color #367259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367259 is #C98DA6. Grayscale: #5D5D5D. Windows color (decimal): -13208999 or 5861942. OLE color: 5861942.

HSL color Cylindrical-coordinate representation of color #367259: hue angle of 155º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #367259 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 114 89 -
CMYK 0.53 0 0.22 0.55
HSL 155º 0.36% 0.33% -
HSV(B) 155º 0.53% 0.45% -
XYZ 9.34 13.54 11.57 -
YUV 93.21 125.62 100.03 -
System Red Green Blue C M Y K H S L
Decimal 54 114 89 0.53 0 0.22 0.55 155 0.36 0.33
Hex 36 72 59 35 0 16 37 9B 24 21
Octal 66 162 131 65 0 26 67 233 44 41
Binary 110110 1110010 1011001 110101 0 10110 110111 10011011 100100 100001

Color Harmonies of #367259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367259

Black with #367259

Text Example


Text Example

White with #367259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367259; }

 p { color: rgb(54,114,89); }

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

background-color css

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

 a { background-color: rgb(54,114,89); }

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

border-color css

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

 span { border-color: rgb(54,114,89); }

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