Html Css Color HEX #367051 Amazon

📋 copy color: '#367051'

red 54 ◦ green 112 ◦ blue 81

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

Shades of Amazon #367051

Tints of Amazon #367051

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.34%

 BLUE value IS 81 (32.03% from 255) = 32.79%

R = 21.86%
G = 45.34%
B = 32.79%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#367051 (or 0x367051) is known color: Amazon. HEX triplet: 36, 70 and 51. RGB value is (54,112,81). Sum of RGB (Red+Green+Blue) = 54+112+81=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #367051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367051 is #C98FAE. Grayscale: #5B5B5B. Windows color (decimal): -13209519 or 5337142. OLE color: 5337142.

HSL color Cylindrical-coordinate representation of color #367051: hue angle of 147.93º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #367051 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 112 81 -
CMYK 0.52 0 0.28 0.56
HSL 147.93º 0.35% 0.33% -
HSV(B) 147.93º 0.52% 0.44% -
XYZ 8.8 12.97 9.82 -
YUV 91.12 122.28 101.52 -
System Red Green Blue C M Y K H S L
Decimal 54 112 81 0.52 0 0.28 0.56 147.93 0.35 0.33
Hex 36 70 51 34 0 1C 38 94 23 21
Octal 66 160 121 64 0 34 70 224 43 41
Binary 110110 1110000 1010001 110100 0 11100 111000 10010100 100011 100001

Color Harmonies of #367051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367051

Black with #367051

Text Example


Text Example

White with #367051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367051; }

 p { color: rgb(54,112,81); }

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

background-color css

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

 a { background-color: rgb(54,112,81); }

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

border-color css

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

 span { border-color: rgb(54,112,81); }

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