Html Css Color HEX #368349 Amazon

📋 copy color: '#368349'

red 54 ◦ green 131 ◦ blue 73

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

Shades of Amazon #368349

Tints of Amazon #368349

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.78%

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

R = 20.93%
G = 50.78%
B = 28.29%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#368349 (or 0x368349) is known color: Amazon. HEX triplet: 36, 83 and 49. RGB value is (54,131,73). Sum of RGB (Red+Green+Blue) = 54+131+73=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #368349 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368349 is #C97CB6. Grayscale: #656565. Windows color (decimal): -13204663 or 4817718. OLE color: 4817718.

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

Color convert

RGB 54 131 73 -
CMYK 0.59 0 0.44 0.49
HSL 134.81º 0.42% 0.36% -
HSV(B) 134.81º 0.59% 0.51% -
XYZ 10.84 17.5 9.11 -
YUV 101.37 111.99 94.22 -
System Red Green Blue C M Y K H S L
Decimal 54 131 73 0.59 0 0.44 0.49 134.81 0.42 0.36
Hex 36 83 49 3B 0 2C 31 87 2A 24
Octal 66 203 111 73 0 54 61 207 52 44
Binary 110110 10000011 1001001 111011 0 101100 110001 10000111 101010 100100

Color Harmonies of #368349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368349

Black with #368349

Text Example


Text Example

White with #368349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368349; }

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

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

background-color css

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

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

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

border-color css

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

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

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