Html Css Color HEX #368449 Amazon

📋 copy color: '#368449'

red 54 ◦ green 132 ◦ blue 73

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

Shades of Amazon #368449

Tints of Amazon #368449

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.97%

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

R = 20.85%
G = 50.97%
B = 28.19%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#368449 (or 0x368449) is known color: Amazon. HEX triplet: 36, 84 and 49. RGB value is (54,132,73). Sum of RGB (Red+Green+Blue) = 54+132+73=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 132 (51.95% from 255 or 50.97% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 132 - color contains mainly: green. Hex color #368449 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368449 is #C97BB6. Grayscale: #666666. Windows color (decimal): -13204407 or 4817974. OLE color: 4817974.

HSL color Cylindrical-coordinate representation of color #368449: hue angle of 134.62º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368449 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 132 73 -
CMYK 0.59 0 0.45 0.48
HSL 134.62º 0.42% 0.36% -
HSV(B) 134.62º 0.59% 0.52% -
XYZ 10.98 17.77 9.15 -
YUV 101.95 111.66 93.8 -
System Red Green Blue C M Y K H S L
Decimal 54 132 73 0.59 0 0.45 0.48 134.62 0.42 0.36
Hex 36 84 49 3B 0 2D 30 87 2A 24
Octal 66 204 111 73 0 55 60 207 52 44
Binary 110110 10000100 1001001 111011 0 101101 110000 10000111 101010 100100

Color Harmonies of #368449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368449

Black with #368449

Text Example


Text Example

White with #368449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368449; }

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

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

background-color css

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

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

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

border-color css

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

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

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