Html Css Color HEX #367254 Amazon

📋 copy color: '#367254'

red 54 ◦ green 114 ◦ blue 84

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

Shades of Amazon #367254

Tints of Amazon #367254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.33%

R = 21.43%
G = 45.24%
B = 33.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#367254 (or 0x367254) is known color: Amazon. HEX triplet: 36, 72 and 54. RGB value is (54,114,84). Sum of RGB (Red+Green+Blue) = 54+114+84=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #367254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367254 is #C98DAB. Grayscale: #5C5C5C. Windows color (decimal): -13209004 or 5534262. OLE color: 5534262.

HSL color Cylindrical-coordinate representation of color #367254: hue angle of 150º 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 #367254 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 114 84 -
CMYK 0.53 0 0.26 0.55
HSL 150º 0.36% 0.33% -
HSV(B) 150º 0.53% 0.45% -
XYZ 9.14 13.46 10.5 -
YUV 92.64 123.12 100.44 -
System Red Green Blue C M Y K H S L
Decimal 54 114 84 0.53 0 0.26 0.55 150 0.36 0.33
Hex 36 72 54 35 0 1A 37 96 24 21
Octal 66 162 124 65 0 32 67 226 44 41
Binary 110110 1110010 1010100 110101 0 11010 110111 10010110 100100 100001

Color Harmonies of #367254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367254

Black with #367254

Text Example


Text Example

White with #367254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367254; }

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

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

background-color css

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

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

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

border-color css

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

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

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