Html Css Color HEX #367355 Amazon

📋 copy color: '#367355'

red 54 ◦ green 115 ◦ blue 85

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

Shades of Amazon #367355

Tints of Amazon #367355

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.28%

 BLUE value IS 85 (33.59% from 255) = 33.46%

R = 21.26%
G = 45.28%
B = 33.46%

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

#367355 (or 0x367355) is known color: Amazon. HEX triplet: 36, 73 and 55. RGB value is (54,115,85). Sum of RGB (Red+Green+Blue) = 54+115+85=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #367355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367355 is #C98CAA. Grayscale: #5D5D5D. Windows color (decimal): -13208747 or 5600054. OLE color: 5600054.

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

Color convert

RGB 54 115 85 -
CMYK 0.53 0 0.26 0.55
HSL 150.49º 0.36% 0.33% -
HSV(B) 150.49º 0.53% 0.45% -
XYZ 9.29 13.7 10.75 -
YUV 93.34 123.29 99.94 -
System Red Green Blue C M Y K H S L
Decimal 54 115 85 0.53 0 0.26 0.55 150.49 0.36 0.33
Hex 36 73 55 35 0 1A 37 96 24 21
Octal 66 163 125 65 0 32 67 226 44 41
Binary 110110 1110011 1010101 110101 0 11010 110111 10010110 100100 100001

Color Harmonies of #367355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367355

Black with #367355

Text Example


Text Example

White with #367355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367355; }

 p { color: rgb(54,115,85); }

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

background-color css

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

 a { background-color: rgb(54,115,85); }

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

border-color css

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

 span { border-color: rgb(54,115,85); }

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