Html Css Color HEX #368049 Amazon

📋 copy color: '#368049'

red 54 ◦ green 128 ◦ blue 73

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

Shades of Amazon #368049

Tints of Amazon #368049

RGB

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

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

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

R = 21.18%
G = 50.2%
B = 28.63%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#368049 (or 0x368049) is known color: Amazon. HEX triplet: 36, 80 and 49. RGB value is (54,128,73). Sum of RGB (Red+Green+Blue) = 54+128+73=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #368049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368049 is #C97FB6. Grayscale: #636363. Windows color (decimal): -13205431 or 4816950. OLE color: 4816950.

HSL color Cylindrical-coordinate representation of color #368049: hue angle of 135.41º 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 #368049 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 128 73 -
CMYK 0.58 0 0.43 0.50
HSL 135.41º 0.41% 0.36% -
HSV(B) 135.41º 0.58% 0.5% -
XYZ 10.44 16.7 8.98 -
YUV 99.6 112.98 95.47 -
System Red Green Blue C M Y K H S L
Decimal 54 128 73 0.58 0 0.43 0.50 135.41 0.41 0.36
Hex 36 80 49 3A 0 2B 32 87 29 24
Octal 66 200 111 72 0 53 62 207 51 44
Binary 110110 10000000 1001001 111010 0 101011 110010 10000111 101001 100100

Color Harmonies of #368049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368049

Black with #368049

Text Example


Text Example

White with #368049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368049; }

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

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

background-color css

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

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

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

border-color css

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

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

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