Html Css Color HEX #368051 Amazon

📋 copy color: '#368051'

red 54 ◦ green 128 ◦ blue 81

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

Shades of Amazon #368051

Tints of Amazon #368051

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.67%

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

R = 20.53%
G = 48.67%
B = 30.8%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#368051 (or 0x368051) is known color: Amazon. HEX triplet: 36, 80 and 51. RGB value is (54,128,81). Sum of RGB (Red+Green+Blue) = 54+128+81=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 128 - color contains mainly: green. Hex color #368051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368051 is #C97FAE. Grayscale: #646464. Windows color (decimal): -13205423 or 5341238. OLE color: 5341238.

HSL color Cylindrical-coordinate representation of color #368051: hue angle of 141.89º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368051 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 128 81 -
CMYK 0.58 0 0.37 0.50
HSL 141.89º 0.41% 0.36% -
HSV(B) 141.89º 0.58% 0.5% -
XYZ 10.73 16.82 10.47 -
YUV 100.52 116.98 94.82 -
System Red Green Blue C M Y K H S L
Decimal 54 128 81 0.58 0 0.37 0.50 141.89 0.41 0.36
Hex 36 80 51 3A 0 25 32 8E 29 24
Octal 66 200 121 72 0 45 62 216 51 44
Binary 110110 10000000 1010001 111010 0 100101 110010 10001110 101001 100100

Color Harmonies of #368051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368051

Black with #368051

Text Example


Text Example

White with #368051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368051; }

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

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

background-color css

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

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

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

border-color css

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

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

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