Html Css Color HEX #368146 Amazon

📋 copy color: '#368146'

red 54 ◦ green 129 ◦ blue 70

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

Shades of Amazon #368146

Tints of Amazon #368146

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.99%

 BLUE value IS 70 (27.73% from 255) = 27.67%

R = 21.34%
G = 50.99%
B = 27.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#368146 (or 0x368146) is known color: Amazon. HEX triplet: 36, 81 and 46. RGB value is (54,129,70). Sum of RGB (Red+Green+Blue) = 54+129+70=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #368146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368146 is #C97EB9. Grayscale: #646464. Windows color (decimal): -13205178 or 4620598. OLE color: 4620598.

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

Color convert

RGB 54 129 70 -
CMYK 0.58 0 0.46 0.49
HSL 132.8º 0.41% 0.36% -
HSV(B) 132.8º 0.58% 0.51% -
XYZ 10.48 16.93 8.51 -
YUV 99.85 111.15 95.3 -
System Red Green Blue C M Y K H S L
Decimal 54 129 70 0.58 0 0.46 0.49 132.8 0.41 0.36
Hex 36 81 46 3A 0 2E 31 85 29 24
Octal 66 201 106 72 0 56 61 205 51 44
Binary 110110 10000001 1000110 111010 0 101110 110001 10000101 101001 100100

Color Harmonies of #368146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368146

Black with #368146

Text Example


Text Example

White with #368146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368146; }

 p { color: rgb(54,129,70); }

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

background-color css

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

 a { background-color: rgb(54,129,70); }

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

border-color css

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

 span { border-color: rgb(54,129,70); }

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