Html Css Color HEX #367449 Amazon

📋 copy color: '#367449'

red 54 ◦ green 116 ◦ blue 73

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

Shades of Amazon #367449

Tints of Amazon #367449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.74%

 BLUE value IS 73 (28.91% from 255) = 30.04%

R = 22.22%
G = 47.74%
B = 30.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#367449 (or 0x367449) is known color: Amazon. HEX triplet: 36, 74 and 49. RGB value is (54,116,73). Sum of RGB (Red+Green+Blue) = 54+116+73=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #367449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367449 is #C98BB6. Grayscale: #5C5C5C. Windows color (decimal): -13208503 or 4813878. OLE color: 4813878.

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

Color convert

RGB 54 116 73 -
CMYK 0.53 0 0.37 0.55
HSL 138.39º 0.36% 0.33% -
HSV(B) 138.39º 0.53% 0.45% -
XYZ 8.97 13.76 8.49 -
YUV 92.56 116.96 100.5 -
System Red Green Blue C M Y K H S L
Decimal 54 116 73 0.53 0 0.37 0.55 138.39 0.36 0.33
Hex 36 74 49 35 0 25 37 8A 24 21
Octal 66 164 111 65 0 45 67 212 44 41
Binary 110110 1110100 1001001 110101 0 100101 110111 10001010 100100 100001

Color Harmonies of #367449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367449

Black with #367449

Text Example


Text Example

White with #367449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367449; }

 p { color: rgb(54,116,73); }

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

background-color css

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

 a { background-color: rgb(54,116,73); }

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

border-color css

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

 span { border-color: rgb(54,116,73); }

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