Html Css Color HEX #367445 Amazon

📋 copy color: '#367445'

red 54 ◦ green 116 ◦ blue 69

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

Shades of Amazon #367445

Tints of Amazon #367445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 28.87%

R = 22.59%
G = 48.54%
B = 28.87%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#367445 (or 0x367445) is known color: Amazon. HEX triplet: 36, 74 and 45. RGB value is (54,116,69). Sum of RGB (Red+Green+Blue) = 54+116+69=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #367445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367445 is #C98BBA. Grayscale: #5C5C5C. Windows color (decimal): -13208507 or 4551734. OLE color: 4551734.

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

Color convert

RGB 54 116 69 -
CMYK 0.53 0 0.41 0.55
HSL 134.52º 0.36% 0.33% -
HSV(B) 134.52º 0.53% 0.45% -
XYZ 8.84 13.7 7.81 -
YUV 92.1 114.96 100.82 -
System Red Green Blue C M Y K H S L
Decimal 54 116 69 0.53 0 0.41 0.55 134.52 0.36 0.33
Hex 36 74 45 35 0 29 37 87 24 21
Octal 66 164 105 65 0 51 67 207 44 41
Binary 110110 1110100 1000101 110101 0 101001 110111 10000111 100100 100001

Color Harmonies of #367445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367445

Black with #367445

Text Example


Text Example

White with #367445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367445; }

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

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

background-color css

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

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

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

border-color css

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

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

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